aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/referenceexamples/coercion/coercion.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/cppextensions/referenceexamples/coercion/coercion.pro')
-rw-r--r--examples/declarative/cppextensions/referenceexamples/coercion/coercion.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/declarative/cppextensions/referenceexamples/coercion/coercion.pro b/examples/declarative/cppextensions/referenceexamples/coercion/coercion.pro
deleted file mode 100644
index 742b85b683..0000000000
--- a/examples/declarative/cppextensions/referenceexamples/coercion/coercion.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-QT += declarative
-
-SOURCES += main.cpp \
- person.cpp \
- birthdayparty.cpp
-HEADERS += person.h \
- birthdayparty.h
-RESOURCES += coercion.qrc
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/extending/coercion
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS coercion.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/extending/coercion
-INSTALLS += target sources