Skip to content

Commit

Permalink
CONFIG+=uitools is deprecated. Use QT+=uitools instead
Browse files Browse the repository at this point in the history
Change-Id: I45105e5e1dde614d90b1fb392b6e01e698c27a7f
Reviewed-by: Oswald Buddenhagen <[email protected]>
  • Loading branch information
Sergio Ahumada authored and The Qt Project committed Oct 31, 2012
1 parent dea233f commit 7539fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/src/snippets/code/doc_src_examples_textfinder.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! [0]
CONFIG += uitools
QT += uitools
HEADERS = textfinder.h
RESOURCES = textfinder.qrc
SOURCES = textfinder.cpp main.cpp
Expand Down
2 changes: 1 addition & 1 deletion util/accessibilityinspector/accessibilityinspector.pri
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ QT += declarative
INCLUDEPATH += $$PWD

# DEFINES += ACCESSIBILITYINSPECTOR_NO_UITOOLS
# CONFIG += uitools
# QT += uitools

HEADERS += \
$$PWD/screenreader.h \
Expand Down

0 comments on commit 7539fa9

Please sign in to comment.