aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/qtquick1/cppextensions/referenceexamples/properties/properties.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/qtquick1/cppextensions/referenceexamples/properties/properties.pro')
-rw-r--r--examples/declarative/qtquick1/cppextensions/referenceexamples/properties/properties.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/declarative/qtquick1/cppextensions/referenceexamples/properties/properties.pro b/examples/declarative/qtquick1/cppextensions/referenceexamples/properties/properties.pro
deleted file mode 100644
index 4f0ff882b3..0000000000
--- a/examples/declarative/qtquick1/cppextensions/referenceexamples/properties/properties.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-TEMPLATE = app
-TARGET = properties
-DEPENDPATH += .
-INCLUDEPATH += .
-QT += declarative qtquick1
-
-# Input
-SOURCES += main.cpp \
- person.cpp \
- birthdayparty.cpp
-HEADERS += person.h \
- birthdayparty.h
-RESOURCES += properties.qrc
-
-target.path = $$[QT_INSTALL_EXAMPLES]/declarative/extending/properties
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS properties.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/extending/properties
-INSTALLS += target sources