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