aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pro12
-rw-r--r--examples/quick/modelviews/abstractitemmodel/abstractitemmodel.pro3
2 files changed, 10 insertions, 5 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index d3d2f5520f..5af19010c7 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,3 +1,11 @@
TEMPLATE = subdirs
-SUBDIRS += demos shared localstorage particles qml quick tutorials window
-contains(QT_CONFIG, qmltest): SUBDIRS += qmltest
+SUBDIRS += \
+ demos \
+ shared \
+ localstorage \
+ particles \
+ qml \
+ quick \
+ tutorials \
+ window \
+ qmltest
diff --git a/examples/quick/modelviews/abstractitemmodel/abstractitemmodel.pro b/examples/quick/modelviews/abstractitemmodel/abstractitemmodel.pro
index f786d9356f..cde1d2f83c 100644
--- a/examples/quick/modelviews/abstractitemmodel/abstractitemmodel.pro
+++ b/examples/quick/modelviews/abstractitemmodel/abstractitemmodel.pro
@@ -1,7 +1,4 @@
-TEMPLATE = app
TARGET = abstractitemmodel
-DEPENDPATH += .
-INCLUDEPATH += .
QT += qml quick
HEADERS = model.h