aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/referenceexamples/attached/attached.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/cppextensions/referenceexamples/attached/attached.pro')
-rw-r--r--examples/declarative/cppextensions/referenceexamples/attached/attached.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/declarative/cppextensions/referenceexamples/attached/attached.pro b/examples/declarative/cppextensions/referenceexamples/attached/attached.pro
index d9e9524acb..4cfd4e0aed 100644
--- a/examples/declarative/cppextensions/referenceexamples/attached/attached.pro
+++ b/examples/declarative/cppextensions/referenceexamples/attached/attached.pro
@@ -1,16 +1,12 @@
-TEMPLATE = app
-TARGET = attached
-DEPENDPATH += .
-INCLUDEPATH += .
QT += declarative
-# Input
SOURCES += main.cpp \
person.cpp \
birthdayparty.cpp
HEADERS += person.h \
birthdayparty.h
RESOURCES += attached.qrc
+
target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/extending/attached
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS attached.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/extending/attached