clean up qmake-generated project
[profile/ivi/qtdeclarative.git] / examples / declarative / cppextensions / referenceexamples / valuesource / valuesource.pro
index 6a838e9..a978d84 100644 (file)
@@ -1,10 +1,5 @@
-TEMPLATE = app
-TARGET = valuesource
-DEPENDPATH += .
-INCLUDEPATH += .
 QT += declarative
 
-# Input
 SOURCES += main.cpp \
            person.cpp \
            birthdayparty.cpp \
@@ -13,6 +8,7 @@ HEADERS += person.h \
            birthdayparty.h \
            happybirthdaysong.h
 RESOURCES += valuesource.qrc
+
 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/extending/valuesource
 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS valuesource.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/extending/valuesource