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.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/declarative/cppextensions/referenceexamples/binding/binding.pro b/examples/declarative/cppextensions/referenceexamples/binding/binding.pro
deleted file mode 100644
index 2add33fa47..0000000000
--- a/examples/declarative/cppextensions/referenceexamples/binding/binding.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-QT += declarative
-
-SOURCES += main.cpp \
- person.cpp \
- birthdayparty.cpp \
- happybirthdaysong.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
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/extending/binding
-INSTALLS += target sources