b2bd24d82a9a6975c2f44bd02cd3461806faf511
[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 SOURCES += main.cpp \
8     FamilyShoppingManagerStartView.cpp \
9     ShoppingTreeModel.cpp \
10     ShoppingTreeItem.cpp \
11     GoShoppingView.cpp \
12     ListManagerView.cpp \
13     FamilyShoppingManagerMainWindow.cpp
14 HEADERS += ShoppingTreeModel.h \
15     ShoppingTreeItem.h \
16     GoShoppingView.h \
17     ListManagerView.h \
18     FamilyShoppingManagerMainWindow.h
19 FORMS += FamilyShoppingManagerStartView.ui \
20     ListManager.ui \
21     GoShopping.ui