# ------------------------------------------------- # Project created by QtCreator 2009-12-01T15:41:15 # ------------------------------------------------- QT += xml TARGET = build/family-shop-mgr TEMPLATE = app INCLUDEPATH += model \ GUI \ sync \ SOURCES += main.cpp \ 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