summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parent05cbb30e058d2f4ee79528f59707fa4ad0fe63bd (diff)
downloadqttools-9891a98b4f52ad1d2d347aa04dc197ec18575312.tar.gz
CONFIG+=uitools is deprecated. Use QT+=uitools instead
Change-Id: I637e32d342c84c5c1e37e582f6e09f1983aaa335 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/uiloader/uiloader/uiloader.pro2
1 files changed, 1 insertions, 1 deletions
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\\\"