aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/utils.pro
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@theqtcompany.com>2015-04-15 13:37:09 +0200
committerDaniel Teske <daniel.teske@theqtcompany.com>2015-04-15 12:59:40 +0000
commit387f7467684aced939308d759521f1c0d2bc8eb3 (patch)
tree877a88e1d244825b20413778d011b7a563ae9422 /src/libs/utils/utils.pro
parentec2d13641bd890e72fc47a4617da47cb3ab223f7 (diff)
AppMainWindow::raise: Use Qt's activateWindow
The work around doesn't seem to be needed anymore. The case that is described is a Creator hitting a breakpoint, but not being raised. This works for me on both gnome and kde with this workaround removed. Removing the workaround also fixes: Task-number: QTCREATORBUG-13845 Change-Id: I4f751c701a17ee39679b951b9cf7d52a68552d9f Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src/libs/utils/utils.pro')
-rw-r--r--src/libs/utils/utils.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/libs/utils/utils.pro b/src/libs/utils/utils.pro
index b857dc9b24d..2016bcbd4b1 100644
--- a/src/libs/utils/utils.pro
+++ b/src/libs/utils/utils.pro
@@ -3,17 +3,6 @@ QT += gui network
include(../../qtcreatorlibrary.pri)
include(utils-lib.pri)
-linux-* {
- !isEmpty(QT.x11extras.name) {
- QT += x11extras
- CONFIG += x11
- DEFINES += QTC_USE_QX11INFO
- } else {
- warning("x11extras module not found, raising the main window might not work. " \
- "(The x11extras module is part of Qt 5.1 and later.)")
- }
-}
-
win32: LIBS += -luser32 -lshell32
# PortsGatherer
win32: LIBS += -liphlpapi -lws2_32