clean up qmake-generated project
[profile/ivi/qtdeclarative.git] / examples / declarative / cppextensions / referenceexamples / grouped / grouped.pro
index b78c6ca..aab0c84 100644 (file)
@@ -1,16 +1,12 @@
-TEMPLATE = app
-TARGET = grouped
-DEPENDPATH += .
-INCLUDEPATH += .
 QT += declarative
 
-# Input
 SOURCES += main.cpp \
            person.cpp \
            birthdayparty.cpp 
 HEADERS += person.h \
            birthdayparty.h
 RESOURCES += grouped.qrc
+
 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/extending/grouped
 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS grouped.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/extending/grouped