aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-12 12:09:53 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-26 14:59:01 +0200
commit489651ef7f0e17e210e8a85f8fa95617d14ca7cf (patch)
tree5bfab7775a776eb72d8a6b96f07322d7a8258195 /examples
parent27416448a1c3259ecad80172ba35ab9aa504a78d (diff)
build system cleanups
- load(qt_module) => load(qt_build_config) - remove: - CONFIG+=module (obsolete) - setup of PKGCONFIG* variables (automated now) - code relating to module version headers (automated now) - %mastercontent assignment (automated now) - QT_BUILD_*_LIB defines (automated now) - pointless QPRO_PWD assignments - pointless and commented out include and depend paths - qmake -project boilerplate Change-Id: Ib2d80a375e88bae1b50a22a274374b7e2cc2a86c Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/modelviews/abstractitemmodel/abstractitemmodel.pro3
1 files changed, 0 insertions, 3 deletions
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