c9eaa1b872837a4f8c45b660529f5ed66e45d541
[family-shop-mgr] / code / family-shop-mgr / family-shop-mgr.pro
1 # -------------------------------------------------
2 # Project created by QtCreator 2009-12-01T15:41:15
3 # -------------------------------------------------
4 QT += xml
5 TARGET = build/family-shop-mgr
6 TEMPLATE = app
7 INCLUDEPATH += model \
8     GUI \
9     sync \
10
11 SOURCES += main.cpp \
12     GUI/FamilyShoppingManagerMainWindow.cpp \
13     GUI/GoShoppingView.cpp \
14     GUI/ListManagerView.cpp \
15     model/ShoppingTreeModel.cpp \
16     model/ShoppingTreeItem.cpp \
17
18 HEADERS += GUI/FamilyShoppingManagerMainWindow.h \
19     GUI/GoShoppingView.h \
20     GUI/ListManagerView.h \
21     model/ShoppingTreeModel.h \
22     model/ShoppingTreeItem.h \
23
24 TRANSLATIONS = localization/family-shop-mgr_fr.ts \
25     localization/family-shop-mgr_es.ts \
26     localization/family-shop-mgr_nl.ts \
27     localization/family-shop-mgr_eu.ts
28
29 MOC_DIR = tmp
30 OBJECTS_DIR = tmp