summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-10-17 19:13:28 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-30 16:51:17 +0100
commit6ed1e7e56736af9b7ceb5a8698bdcfe2a8bc1236 (patch)
treecc9c69465faef72bcb2cd630d962f7c6aa950de8
parentf6932516e2394bc1c619524610d880a21500105b (diff)
remove pointless statements
the INCLUDEPATH to the corelib build dir is useless and plain bogus (it wouldn't work in a modular build anyway). CONFIG+=console is pointless, because qt_tool does it. Change-Id: Ifa9a19c7be6a866b26eb980d5b34ab00b3503d49 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
-rw-r--r--src/windeployqt/windeployqt.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/windeployqt/windeployqt.pro b/src/windeployqt/windeployqt.pro
index 6bf96a34d..fb4e47b17 100644
--- a/src/windeployqt/windeployqt.pro
+++ b/src/windeployqt/windeployqt.pro
@@ -5,9 +5,7 @@ DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII
SOURCES += main.cpp utils.cpp elfreader.cpp
HEADERS += utils.h elfreader.h
-CONFIG += force_bootstrap console
-
-INCLUDEPATH += $$QT_BUILD_TREE/src/corelib/global
+CONFIG += force_bootstrap
win32: LIBS += -lShlwapi