git-svn-id: file:///svnroot/family-shop-mgr@34 26eb2498-383b-47a6-be48-5d6f36779e85
[family-shop-mgr] / code / family-shop-mgr / family-shop-mgr.pro
index c9ccb3b..c9eaa1b 100644 (file)
@@ -4,19 +4,27 @@
 QT += xml
 TARGET = build/family-shop-mgr
 TEMPLATE = app
+INCLUDEPATH += model \
+    GUI \
+    sync \
+
 SOURCES += main.cpp \
-    FamilyShoppingManagerMainWindow.cpp \
-    ShoppingTreeModel.cpp \
-    ShoppingTreeItem.cpp \
-    GoShoppingView.cpp \
-    ListManagerView.cpp
-HEADERS += FamilyShoppingManagerMainWindow.h \
-    ShoppingTreeModel.h \
-    ShoppingTreeItem.h \
-    GoShoppingView.h \
-    ListManagerView.h \
+    GUI/FamilyShoppingManagerMainWindow.cpp \
+    GUI/GoShoppingView.cpp \
+    GUI/ListManagerView.cpp \
+    model/ShoppingTreeModel.cpp \
+    model/ShoppingTreeItem.cpp \
+
+HEADERS += GUI/FamilyShoppingManagerMainWindow.h \
+    GUI/GoShoppingView.h \
+    GUI/ListManagerView.h \
+    model/ShoppingTreeModel.h \
+    model/ShoppingTreeItem.h \
 
 TRANSLATIONS = localization/family-shop-mgr_fr.ts \
     localization/family-shop-mgr_es.ts \
     localization/family-shop-mgr_nl.ts \
     localization/family-shop-mgr_eu.ts
+
+MOC_DIR = tmp
+OBJECTS_DIR = tmp