From c7c1e61bb5beddc3f4502548fd9ee498f1534e67 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 14 Dec 2012 20:02:43 +0100 Subject: remove obsolete DEPENDPATH assignments qmake now add CONFIG+=depend_includepath by default, making manual DEPENDPATH setup unnecessary. Change-Id: I20c8e552abdc507c3a6a468e7b2740b2c14c0a4b Reviewed-by: Joerg Bornemann --- tests/auto/jsondbcachinglistmodel/jsondbcachinglistmodel.pro | 1 - tests/auto/jsondblistmodel/jsondblistmodel.pro | 1 - tests/auto/jsondbnotification/jsondbnotification.pro | 1 - tests/auto/jsondbpartition/jsondbpartition.pro | 1 - tests/auto/jsondbqueryobject/jsondbqueryobject.pro | 1 - tests/auto/jsondbsortinglistmodel/jsondbsortinglistmodel.pro | 1 - 6 files changed, 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 -- cgit v1.2.3