summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/referenceexamples/adding/adding.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/cppextensions/referenceexamples/adding/adding.pro')
-rw-r--r--examples/declarative/cppextensions/referenceexamples/adding/adding.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/declarative/cppextensions/referenceexamples/adding/adding.pro b/examples/declarative/cppextensions/referenceexamples/adding/adding.pro
index 8e22ea06..cc46982c 100644
--- a/examples/declarative/cppextensions/referenceexamples/adding/adding.pro
+++ b/examples/declarative/cppextensions/referenceexamples/adding/adding.pro
@@ -1,14 +1,10 @@
-TEMPLATE = app
-TARGET = adding
-DEPENDPATH += .
-INCLUDEPATH += .
QT += quick1
-# Input
SOURCES += main.cpp \
person.cpp
HEADERS += person.h
RESOURCES += adding.qrc
+
target.path = $$[QT_INSTALL_EXAMPLES]/declarative/cppextensions/referenceexamples/adding
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS adding.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/cppextensions/referenceexamples/adding