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