X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=code%2Ffamily-shop-mgr%2Ffamily-shop-mgr.pro;h=c9eaa1b872837a4f8c45b660529f5ed66e45d541;hb=6d19d55e61c6fe26d16f246c06bec58b955010ca;hp=c9ccb3b6ec9c1e636d8a274f4ce5be430cd5bc4c;hpb=c8fe8c6762998fd5238ed8816b8b862b6edaa30d;p=family-shop-mgr diff --git a/code/family-shop-mgr/family-shop-mgr.pro b/code/family-shop-mgr/family-shop-mgr.pro index c9ccb3b..c9eaa1b 100644 --- a/code/family-shop-mgr/family-shop-mgr.pro +++ b/code/family-shop-mgr/family-shop-mgr.pro @@ -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