aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/attached/attached.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/referenceexamples/attached/attached.pro')
-rw-r--r--examples/qml/referenceexamples/attached/attached.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/qml/referenceexamples/attached/attached.pro b/examples/qml/referenceexamples/attached/attached.pro
deleted file mode 100644
index 8c66b189f7..0000000000
--- a/examples/qml/referenceexamples/attached/attached.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-QT += 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 += attached.qrc
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qml/referenceexamples/attached
-INSTALLS += target