aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/qtquick1/modelviews/objectlistmodel/objectlistmodel.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/qtquick1/modelviews/objectlistmodel/objectlistmodel.pro')
-rw-r--r--examples/declarative/qtquick1/modelviews/objectlistmodel/objectlistmodel.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/declarative/qtquick1/modelviews/objectlistmodel/objectlistmodel.pro b/examples/declarative/qtquick1/modelviews/objectlistmodel/objectlistmodel.pro
deleted file mode 100644
index f67a9812e4..0000000000
--- a/examples/declarative/qtquick1/modelviews/objectlistmodel/objectlistmodel.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-TEMPLATE = app
-TARGET = objectlistmodel
-DEPENDPATH += .
-INCLUDEPATH += .
-QT += declarative qtquick1
-
-# Input
-SOURCES += main.cpp \
- dataobject.cpp
-HEADERS += dataobject.h
-RESOURCES += objectlistmodel.qrc
-
-sources.files = $$SOURCES $$HEADERS $$RESOURCES objectlistmodel.pro view.qml
-sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/objectlistmodel
-target.path = $$[QT_INSTALL_EXAMPLES]/declarative/objectlistmodel
-
-INSTALLS += sources target
-