git-svn-id: file:///svnroot/family-shop-mgr@13 26eb2498-383b-47a6-be48-5d6f36779e85
[family-shop-mgr] / code / family-shop-mgr / family-shop-mgr.pro
1 # -------------------------------------------------\r
2 # Project created by QtCreator 2009-12-01T15:41:15\r
3 # -------------------------------------------------\r
4 QT += xml\r
5 TARGET = family-shop-mgr\r
6 TEMPLATE = app\r
7 SOURCES += main.cpp \\r
8     FamilyShoppingManagerStartView.cpp \\r
9     ShoppingTreeModel.cpp \\r
10     ShoppingTreeItem.cpp \\r
11     GoShoppingView.cpp \\r
12     ListManagerView.cpp\r
13 HEADERS += FamilyShoppingManagerStartView.h \\r
14     ShoppingTreeModel.h \\r
15     ShoppingTreeItem.h \\r
16     GoShoppingView.h \\r
17     ListManagerView.h\r
18 FORMS += FamilyShoppingManagerStartView.ui \\r
19     ListManager.ui \\r
20     GoShopping.ui\r