# ------------------------------------------------- # Project created by QtCreator 2009-12-01T15:41:15 # ------------------------------------------------- QT += xml TARGET = family-shop-mgr TEMPLATE = app SOURCES += main.cpp \ FamilyShoppingManagerStartView.cpp \ ShoppingTreeModel.cpp \ ShoppingTreeItem.cpp HEADERS += FamilyShoppingManagerStartView.h \ ShoppingTreeModel.h \ ShoppingTreeItem.h FORMS += FamilyShoppingManagerStartView.ui