summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-07-09 17:19:35 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-09 19:42:07 +0200
commit747a94a4cf272aa287ed69aebf215fb9cc9b7926 (patch)
tree9e9a32b4138561f1fff128a5f9785043bb5afa96 /tests
parent77e3d8b08fdee9fc9ba4457c18b723f7c80bf448 (diff)
downloadqttools-747a94a4cf272aa287ed69aebf215fb9cc9b7926.tar.gz
QtTools: Replace CONFIG+=help by QT+=help
Change-Id: I2e195430241288cf6e9fc809d4a1b0d6b0e79314 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro4
-rw-r--r--tests/auto/qhelpenginecore/qhelpenginecore.pro3
-rw-r--r--tests/auto/qhelpgenerator/qhelpgenerator.pro3
-rw-r--r--tests/auto/qhelpindexmodel/qhelpindexmodel.pro3
-rw-r--r--tests/auto/qhelpprojectdata/qhelpprojectdata.pro3
5 files changed, 5 insertions, 11 deletions
diff --git a/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro b/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro
index de46acc8b..4f7a21166 100644
--- a/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro
+++ b/tests/auto/qhelpcontentmodel/qhelpcontentmodel.pro
@@ -1,10 +1,8 @@
TARGET = tst_qhelpcontentmodel
CONFIG += testcase
-QT += testlib
+QT += help testlib
SOURCES += tst_qhelpcontentmodel.cpp
-CONFIG += help
-
DEFINES += QT_USE_USING_NAMESPACE
wince*: {
diff --git a/tests/auto/qhelpenginecore/qhelpenginecore.pro b/tests/auto/qhelpenginecore/qhelpenginecore.pro
index 101489d72..5f84a8830 100644
--- a/tests/auto/qhelpenginecore/qhelpenginecore.pro
+++ b/tests/auto/qhelpenginecore/qhelpenginecore.pro
@@ -1,8 +1,7 @@
TARGET = tst_qhelpenginecore
CONFIG += testcase
SOURCES += tst_qhelpenginecore.cpp
-CONFIG += help
-QT += sql testlib
+QT += help sql testlib help
DEFINES += QT_USE_USING_NAMESPACE
diff --git a/tests/auto/qhelpgenerator/qhelpgenerator.pro b/tests/auto/qhelpgenerator/qhelpgenerator.pro
index 4d70f44e2..c6fb2d3ea 100644
--- a/tests/auto/qhelpgenerator/qhelpgenerator.pro
+++ b/tests/auto/qhelpgenerator/qhelpgenerator.pro
@@ -2,8 +2,7 @@ TARGET = tst_qhelpgenerator
CONFIG += testcase
SOURCES += tst_qhelpgenerator.cpp
-CONFIG += help
-QT += sql testlib
+QT += help sql testlib
DEFINES += SRCDIR=\\\"$$PWD\\\"
DEFINES += QT_USE_USING_NAMESPACE
diff --git a/tests/auto/qhelpindexmodel/qhelpindexmodel.pro b/tests/auto/qhelpindexmodel/qhelpindexmodel.pro
index eeb01dfd4..18c118f2d 100644
--- a/tests/auto/qhelpindexmodel/qhelpindexmodel.pro
+++ b/tests/auto/qhelpindexmodel/qhelpindexmodel.pro
@@ -2,8 +2,7 @@ TARGET = tst_qhelpindexmodel
CONFIG += testcase
SOURCES += tst_qhelpindexmodel.cpp
-CONFIG += help
-QT += sql testlib
+QT += help sql testlib
DEFINES += SRCDIR=\\\"$$PWD\\\"
DEFINES += QT_USE_USING_NAMESPACE
diff --git a/tests/auto/qhelpprojectdata/qhelpprojectdata.pro b/tests/auto/qhelpprojectdata/qhelpprojectdata.pro
index 8630dc92b..3922e20ec 100644
--- a/tests/auto/qhelpprojectdata/qhelpprojectdata.pro
+++ b/tests/auto/qhelpprojectdata/qhelpprojectdata.pro
@@ -2,8 +2,7 @@ TARGET = tst_qhelpprojectdata
CONFIG += testcase
SOURCES += tst_qhelpprojectdata.cpp
-CONFIG += help
-QT += testlib
+QT += help testlib
DEFINES += SRCDIR=\\\"$$PWD\\\"
DEFINES += QT_USE_USING_NAMESPACE