CONFIG+=uitools is deprecated. Use QT+=uitools instead

Change-Id: I45105e5e1dde614d90b1fb392b6e01e698c27a7f
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
Sergio Ahumada 2012-10-30 11:15:35 +01:00 committed by The Qt Project
parent dea233f0ac
commit 7539fa9143
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#! [0]
CONFIG += uitools
QT += uitools
HEADERS = textfinder.h
RESOURCES = textfinder.qrc
SOURCES = textfinder.cpp main.cpp

View File

@ -2,7 +2,7 @@ QT += declarative
INCLUDEPATH += $$PWD
# DEFINES += ACCESSIBILITYINSPECTOR_NO_UITOOLS
# CONFIG += uitools
# QT += uitools
HEADERS += \
$$PWD/screenreader.h \