summaryrefslogtreecommitdiffstats
path: root/tests/auto/jsondb-listmodel/jsondb-listmodel.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-03-30 15:57:51 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-27 21:28:30 +0200
commitcb0801bc3291165ec4d31adcc3018c9e1e61e4fe (patch)
tree79a6c546f87bc5a3dfc7ff952f2589c267d262e0 /tests/auto/jsondb-listmodel/jsondb-listmodel.pro
parent5d905cadff12dcad49b603cac54b915fb242d499 (diff)
build system cleanups
- load(qt_module) => load(qt_build_config) - remove: - CONFIG+=module (obsolete) - pointless CONFIG+=create_prl - pointless setting of QMAKE_FRAMEWORK_BUNDLE_NAME - code relating to module version headers (automated now) - %mastercontent assignment (automated now) - qmake -project boilerplate Change-Id: I036d7e737b4458309067c383642cddfb90599f62 Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com>
Diffstat (limited to 'tests/auto/jsondb-listmodel/jsondb-listmodel.pro')
-rw-r--r--tests/auto/jsondb-listmodel/jsondb-listmodel.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/jsondb-listmodel/jsondb-listmodel.pro b/tests/auto/jsondb-listmodel/jsondb-listmodel.pro
index f3307ebb..e2b83c50 100644
--- a/tests/auto/jsondb-listmodel/jsondb-listmodel.pro
+++ b/tests/auto/jsondb-listmodel/jsondb-listmodel.pro
@@ -1,7 +1,4 @@
-TEMPLATE = app
TARGET = tst_jsondb-listmodel
-DEPENDPATH += .
-INCLUDEPATH += .
QT = core network testlib gui qml jsondbcompat-private
CONFIG -= app_bundle