* don't build moc for campaign.h
authorsheepluva
Fri, 31 Aug 2012 17:52:53 +0200
changeset 7639 41e6de947531
parent 7638 4560cd5b6ad0
child 7640 e9e6b4d740f6
* don't build moc for campaign.h * added campaign.{h,cpp} to hedgewars.pro
QTfrontend/CMakeLists.txt
project_files/hedgewars.pro
--- a/QTfrontend/CMakeLists.txt	Fri Aug 31 11:10:21 2012 -0400
+++ b/QTfrontend/CMakeLists.txt	Fri Aug 31 17:52:53 2012 +0200
@@ -128,7 +128,6 @@
     HWApplication.h
     hwform.h
     team.h
-    campaign.h
     util/DataManager.h
     )
 
@@ -141,6 +140,7 @@
     KB.h
     hwconsts.h
     sdlkeys.h
+    campaign.h
     )
 
 set(hwfr_rez hedgewars.qrc)
--- a/project_files/hedgewars.pro	Fri Aug 31 11:10:21 2012 -0400
+++ b/project_files/hedgewars.pro	Fri Aug 31 17:52:53 2012 +0200
@@ -109,7 +109,8 @@
     ../QTfrontend/ui/page/pagevideos.h \
     ../QTfrontend/net/recorder.h \
     ../QTfrontend/ui/dialog/ask_quit.h \
-    ../QTfrontend/ui/dialog/upload_video.h
+    ../QTfrontend/ui/dialog/upload_video.h \
+    ../QTfrontend/campaign.h
 
 SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \
     ../QTfrontend/model/MapModel.cpp \
@@ -196,7 +197,9 @@
     ../QTfrontend/ui/page/pagevideos.cpp \
     ../QTfrontend/net/recorder.cpp \
     ../QTfrontend/ui/dialog/ask_quit.cpp \
-    ../QTfrontend/ui/dialog/upload_video.cpp
+    ../QTfrontend/ui/dialog/upload_video.cpp \
+    ../QTfrontend/campaign.cpp
+
 
 win32 {
     SOURCES += ../QTfrontend/xfire.cpp