[vlmc-devel] commit: Fix win32 build (Hugo Beauzee-Luyssen )

git at videolan.org git at videolan.org
Sun Mar 21 19:57:42 CET 2010


vlmc | branch: master | Hugo Beauzee-Luyssen <beauze.h at gmail.com> | Sun Mar 21 19:57:13 2010 +0100| [aeb57f2ac1f9256097ada622103a3078f1b32060] | committer: Hugo Beauzee-Luyssen 

Fix win32 build

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=aeb57f2ac1f9256097ada622103a3078f1b32060
---

 src/CMakeLists.txt   |    2 +-
 src/Main/guimain.cpp |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 7f57856..d7ed6aa 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -49,7 +49,7 @@ SET(VLMC_SRCS
   )
 
 IF (WIN32)
-    LIST ( APPEND VLMC_SRCS winvlmc.cpp )
+    LIST ( APPEND VLMC_SRCS Main/winvlmc.cpp )
 ELSE (WIN32)
     LIST( APPEND VLMC_SRCS Main/vlmc.cpp )
 ENDIF(WIN32)
diff --git a/src/Main/guimain.cpp b/src/Main/guimain.cpp
index 734325d..f654cc4 100644
--- a/src/Main/guimain.cpp
+++ b/src/Main/guimain.cpp
@@ -31,6 +31,7 @@
 #include "project/GuiProjectManager.h"
 
 #include <QApplication>
+#include <QFile>
 #include <QColor>
 #include <QPalette>
 



More information about the Vlmc-devel mailing list