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