aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/default/default.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/referenceexamples/default/default.pro')
-rw-r--r--examples/qml/referenceexamples/default/default.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/qml/referenceexamples/default/default.pro b/examples/qml/referenceexamples/default/default.pro
deleted file mode 100644
index f52f749ddd..0000000000
--- a/examples/qml/referenceexamples/default/default.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-QT = core qml
-
-CONFIG += qmltypes
-QML_IMPORT_NAME = People
-QML_IMPORT_MAJOR_VERSION = 1
-
-SOURCES += main.cpp \
- person.cpp \
- birthdayparty.cpp
-HEADERS += person.h \
- birthdayparty.h
-RESOURCES += default.qrc
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/default
-INSTALLS += target