aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/contactlist/contactlist.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/contactlist/contactlist.pro')
-rw-r--r--examples/quickcontrols2/contactlist/contactlist.pro28
1 files changed, 0 insertions, 28 deletions
diff --git a/examples/quickcontrols2/contactlist/contactlist.pro b/examples/quickcontrols2/contactlist/contactlist.pro
deleted file mode 100644
index 101db15a..00000000
--- a/examples/quickcontrols2/contactlist/contactlist.pro
+++ /dev/null
@@ -1,28 +0,0 @@
-TEMPLATE = app
-TARGET = contactlist
-QT += quick
-
-HEADERS += \
- contactmodel.h
-
-SOURCES += \
- main.cpp \
- contactmodel.cpp
-
-RESOURCES += \
- ContactDelegate.ui.qml \
- ContactDialog.qml \
- ContactForm.ui.qml \
- contactlist.qml \
- ContactView.ui.qml \
- designer/Backend/ContactModel.qml \
- SectionDelegate.ui.qml
-
-# Additional import path used to resolve QML modules just for Qt Quick Designer
-QML_DESIGNER_IMPORT_PATH = $$PWD/designer
-
-OTHER_FILES += \
- designer/Backend/*.qml
-
-target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/contactlist
-INSTALLS += target