From 9891a98b4f52ad1d2d347aa04dc197ec18575312 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Tue, 30 Oct 2012 11:21:25 +0100 Subject: CONFIG+=uitools is deprecated. Use QT+=uitools instead Change-Id: I637e32d342c84c5c1e37e582f6e09f1983aaa335 Reviewed-by: Oswald Buddenhagen --- examples/uitools/textfinder/textfinder.pro | 3 +-- tests/auto/uiloader/uiloader/uiloader.pro | 2 +- 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\\\" -- cgit v1.2.3