summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-14 20:02:43 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-16 22:07:34 +0100
commitc7c1e61bb5beddc3f4502548fd9ee498f1534e67 (patch)
tree11d584f12f6a722e351e939ffc325bf756564892
parent1563b3a77f41e837e447261d8e96f45ffe313845 (diff)
remove obsolete DEPENDPATH assignments
qmake now add CONFIG+=depend_includepath by default, making manual DEPENDPATH setup unnecessary. Change-Id: I20c8e552abdc507c3a6a468e7b2740b2c14c0a4b Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r--tests/auto/jsondbcachinglistmodel/jsondbcachinglistmodel.pro1
-rw-r--r--tests/auto/jsondblistmodel/jsondblistmodel.pro1
-rw-r--r--tests/auto/jsondbnotification/jsondbnotification.pro1
-rw-r--r--tests/auto/jsondbpartition/jsondbpartition.pro1
-rw-r--r--tests/auto/jsondbqueryobject/jsondbqueryobject.pro1
-rw-r--r--tests/auto/jsondbsortinglistmodel/jsondbsortinglistmodel.pro1
6 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/jsondbcachinglistmodel/jsondbcachinglistmodel.pro b/tests/auto/jsondbcachinglistmodel/jsondbcachinglistmodel.pro
index f77fa705..5ed87bb8 100644
--- a/tests/auto/jsondbcachinglistmodel/jsondbcachinglistmodel.pro
+++ b/tests/auto/jsondbcachinglistmodel/jsondbcachinglistmodel.pro
@@ -1,6 +1,5 @@
TARGET = tst_jsondbcachinglistmodel
-DEPENDPATH += ../../shared/
INCLUDEPATH += ../../shared/
QT = core network testlib gui qml jsondb-private
diff --git a/tests/auto/jsondblistmodel/jsondblistmodel.pro b/tests/auto/jsondblistmodel/jsondblistmodel.pro
index 3ca53964..01edd02f 100644
--- a/tests/auto/jsondblistmodel/jsondblistmodel.pro
+++ b/tests/auto/jsondblistmodel/jsondblistmodel.pro
@@ -1,6 +1,5 @@
TARGET = tst_jsondblistmodel
-DEPENDPATH += ../../shared/
INCLUDEPATH += ../../shared/
QT = core network testlib gui qml jsondb
diff --git a/tests/auto/jsondbnotification/jsondbnotification.pro b/tests/auto/jsondbnotification/jsondbnotification.pro
index fd10277c..0b3634a1 100644
--- a/tests/auto/jsondbnotification/jsondbnotification.pro
+++ b/tests/auto/jsondbnotification/jsondbnotification.pro
@@ -1,6 +1,5 @@
TARGET = tst_jsondbnotification
-DEPENDPATH += ../../shared/
INCLUDEPATH += ../../shared/
QT = core network testlib gui qml jsondb
diff --git a/tests/auto/jsondbpartition/jsondbpartition.pro b/tests/auto/jsondbpartition/jsondbpartition.pro
index 0abe7149..5b4af35e 100644
--- a/tests/auto/jsondbpartition/jsondbpartition.pro
+++ b/tests/auto/jsondbpartition/jsondbpartition.pro
@@ -1,6 +1,5 @@
TARGET = tst_jsondbpartition
-DEPENDPATH += ../../shared/
INCLUDEPATH += ../../shared/
QT = core network testlib gui qml jsondb
diff --git a/tests/auto/jsondbqueryobject/jsondbqueryobject.pro b/tests/auto/jsondbqueryobject/jsondbqueryobject.pro
index ae09ed6d..000a0c03 100644
--- a/tests/auto/jsondbqueryobject/jsondbqueryobject.pro
+++ b/tests/auto/jsondbqueryobject/jsondbqueryobject.pro
@@ -1,6 +1,5 @@
TARGET = tst_jsondbqueryobject
-DEPENDPATH += ../../shared/
INCLUDEPATH += ../../shared/
QT = core network testlib gui qml jsondb
diff --git a/tests/auto/jsondbsortinglistmodel/jsondbsortinglistmodel.pro b/tests/auto/jsondbsortinglistmodel/jsondbsortinglistmodel.pro
index 7f157b23..3657c94a 100644
--- a/tests/auto/jsondbsortinglistmodel/jsondbsortinglistmodel.pro
+++ b/tests/auto/jsondbsortinglistmodel/jsondbsortinglistmodel.pro
@@ -1,6 +1,5 @@
TARGET = tst_jsondbsortinglistmodel
-DEPENDPATH += ../../shared/
INCLUDEPATH += ../../shared/
QT = core network testlib gui qml jsondb