summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-10-30 11:21:25 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-31 13:34:31 +0100
commit9891a98b4f52ad1d2d347aa04dc197ec18575312 (patch)
tree76638a06ed023770615093578100bc956b83c5cd
parent05cbb30e058d2f4ee79528f59707fa4ad0fe63bd (diff)
CONFIG+=uitools is deprecated. Use QT+=uitools instead
Change-Id: I637e32d342c84c5c1e37e582f6e09f1983aaa335 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-rw-r--r--examples/uitools/textfinder/textfinder.pro3
-rw-r--r--tests/auto/uiloader/uiloader/uiloader.pro2
2 files changed, 2 insertions, 3 deletions
diff --git a/examples/uitools/textfinder/textfinder.pro b/examples/uitools/textfinder/textfinder.pro
index acf95c3c6..48eaa410d 100644
--- a/examples/uitools/textfinder/textfinder.pro
+++ b/examples/uitools/textfinder/textfinder.pro
@@ -1,4 +1,3 @@
-CONFIG += uitools
HEADERS = textfinder.h
RESOURCES = textfinder.qrc
SOURCES = textfinder.cpp main.cpp
@@ -9,4 +8,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro forms
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/textfinder
INSTALLS += target sources
-QT += widgets
+QT += widgets uitools
diff --git a/tests/auto/uiloader/uiloader/uiloader.pro b/tests/auto/uiloader/uiloader/uiloader.pro
index 1811c4080..cc291bcc3 100644
--- a/tests/auto/uiloader/uiloader/uiloader.pro
+++ b/tests/auto/uiloader/uiloader/uiloader.pro
@@ -2,7 +2,7 @@ QT += widgets network testlib
CONFIG += testcase
TEMPLATE = app
-!embedded:CONFIG += uitools
+!embedded:QT += uitools
TARGET = ../tst_uiloader
DEFINES += SRCDIR=\\\"$$PWD\\\"