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