[vlmc-devel] Explicitely include Gui/wizard/

Jean-Baptiste Kempf git at videolan.org
Sat Mar 1 17:43:32 CET 2014


vlmc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar  1 17:26:43 2014 +0100| [fce07a35cf10b87eedd40f72105161f1cf2e513e] | committer: Jean-Baptiste Kempf

Explicitely include Gui/wizard/

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

 src/CMakeLists.txt     |    1 -
 src/Gui/MainWindow.cpp |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index db27500..4ae9110 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -94,7 +94,6 @@ INCLUDE_DIRECTORIES(
   Gui/settings
   Gui/timeline
   Gui/widgets
-  Gui/wizard
 )
 
 CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/cmake/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
diff --git a/src/Gui/MainWindow.cpp b/src/Gui/MainWindow.cpp
index 2af1ab1..8573740 100644
--- a/src/Gui/MainWindow.cpp
+++ b/src/Gui/MainWindow.cpp
@@ -61,7 +61,7 @@
 
 /* Settings / Preferences */
 #include "project/GuiProjectManager.h"
-#include "ProjectWizard.h"
+#include "wizard/ProjectWizard.h"
 #include "Settings.h"
 #include "Settings/SettingsManager.h"
 #include "LanguageHelper.h"



More information about the Vlmc-devel mailing list