summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-29 13:12:23 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-29 13:12:23 -0400
commitd296d2f6717a01eb2e7d3c55d82b68c503830d96 (patch)
treeee5b95057b7b76a4fe92c877c766bf821ee8041b
parent6781e2bcd051ace8da25dbd9e6950c87045753ef (diff)
Update the build for the moving of the files
-rw-r--r--sigmodr/widgets/CMakeLists.txt28
-rw-r--r--sigmodr/widgets/MapUI.cpp2
-rw-r--r--sigmodr/widgets/mapeditor/MapEditor.h2
-rw-r--r--sigmodr/widgets/mapeditor/MapItem.h2
-rw-r--r--sigmodr/widgets/mapeditor/MapScene.h2
5 files changed, 18 insertions, 18 deletions
diff --git a/sigmodr/widgets/CMakeLists.txt b/sigmodr/widgets/CMakeLists.txt
index 96ba3b12..35004df3 100644
--- a/sigmodr/widgets/CMakeLists.txt
+++ b/sigmodr/widgets/CMakeLists.txt
@@ -10,7 +10,6 @@ set(sigmodrwidgets_HEADERS
BadgeUI.h
CoinListUI.h
CoinListItemUI.h
- EffectItem.h
EggGroupUI.h
GameUI.h
Global.h
@@ -18,9 +17,6 @@ set(sigmodrwidgets_HEADERS
ItemUI.h
ItemTypeUI.h
MapUI.h
- MapEditor.h
- MapItem.h
- MapScene.h
MapEffectUI.h
MapTrainerUI.h
MapTrainerTeamMemberUI.h
@@ -40,15 +36,19 @@ set(sigmodrwidgets_HEADERS
StatusUI.h
StoreUI.h
TileUI.h
- TileItem.h
TimeUI.h
TrainerUI.h
- TrainerItem.h
TypechartModel.h
TypeUI.h
ValidationDialog.h
- WarpItem.h
WeatherUI.h
+ mapeditor/EffectItem.h
+ mapeditor/MapEditor.h
+ mapeditor/MapItem.h
+ mapeditor/MapScene.h
+ mapeditor/TileItem.h
+ mapeditor/TrainerItem.h
+ mapeditor/WarpItem.h
)
set(sigmodrwidgets_SRCS
AbilityUI.cpp
@@ -56,16 +56,12 @@ set(sigmodrwidgets_SRCS
BadgeUI.cpp
CoinListUI.cpp
CoinListItemUI.cpp
- EffectItem.cpp
EggGroupUI.cpp
GameUI.cpp
GlobalScriptUI.cpp
ItemUI.cpp
ItemTypeUI.cpp
MapUI.cpp
- MapEditor.cpp
- MapItem.cpp
- MapScene.cpp
MapEffectUI.cpp
MapTrainerUI.cpp
MapTrainerTeamMemberUI.cpp
@@ -85,15 +81,19 @@ set(sigmodrwidgets_SRCS
StatusUI.cpp
StoreUI.cpp
TileUI.cpp
- TileItem.cpp
TimeUI.cpp
TrainerUI.cpp
- TrainerItem.cpp
TypechartModel.cpp
TypeUI.cpp
ValidationDialog.cpp
- WarpItem.cpp
WeatherUI.cpp
+ mapeditor/EffectItem.cpp
+ mapeditor/MapEditor.cpp
+ mapeditor/MapItem.cpp
+ mapeditor/MapScene.cpp
+ mapeditor/TileItem.cpp
+ mapeditor/TrainerItem.cpp
+ mapeditor/WarpItem.cpp
)
kde4_add_library(sigmodrwidgets
diff --git a/sigmodr/widgets/MapUI.cpp b/sigmodr/widgets/MapUI.cpp
index 2d948d69..c7cf7cde 100644
--- a/sigmodr/widgets/MapUI.cpp
+++ b/sigmodr/widgets/MapUI.cpp
@@ -20,7 +20,7 @@
#include "MapUI_p.h"
// Sigmodr widget includes
-#include "MapEditor.h"
+#include "mapeditor/MapEditor.h"
// Sigmod includes
#include <sigmod/Game.h>
diff --git a/sigmodr/widgets/mapeditor/MapEditor.h b/sigmodr/widgets/mapeditor/MapEditor.h
index aeb06223..9d85342c 100644
--- a/sigmodr/widgets/mapeditor/MapEditor.h
+++ b/sigmodr/widgets/mapeditor/MapEditor.h
@@ -19,7 +19,7 @@
#define SIGMODRWIDGETS_MAPEDITOR
// Sigmodr widget includes
-#include "Global.h"
+#include "../Global.h"
// Qt includes
#include <QtGui/QWidget>
diff --git a/sigmodr/widgets/mapeditor/MapItem.h b/sigmodr/widgets/mapeditor/MapItem.h
index 6e37d89b..b0d29c76 100644
--- a/sigmodr/widgets/mapeditor/MapItem.h
+++ b/sigmodr/widgets/mapeditor/MapItem.h
@@ -19,7 +19,7 @@
#define SIGMODRWIDGETS_MAPITEM
// Sigmodr widget includes
-#include "Global.h"
+#include "../Global.h"
// Qt includes
#include <QtCore/QObject>
diff --git a/sigmodr/widgets/mapeditor/MapScene.h b/sigmodr/widgets/mapeditor/MapScene.h
index 256bac8d..38378ef6 100644
--- a/sigmodr/widgets/mapeditor/MapScene.h
+++ b/sigmodr/widgets/mapeditor/MapScene.h
@@ -19,7 +19,7 @@
#define SIGMODRWIDGETS_MAPSCENE
// Sigmodr widget includes
-#include "Global.h"
+#include "../Global.h"
// Qt includes
#include <QtCore/QMap>