aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/config-ui
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2014-10-31 10:18:57 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-10-31 16:10:10 +0100
commit4b736ac6bd882d0d09ecb0de31faa03b089fe2dc (patch)
tree5d7c67514273b32ac9fca6f28b286f818ad176f9 /src/app/config-ui
parent4e417fb5bc368c3e19f7a9df52ef36b60cff3d22 (diff)
remove more Qt4 legacy from project files
This amends commit 7c82e9f3. Change-Id: Ie01db1f28856fa16edee67aaf033c7150ecb197c Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/app/config-ui')
-rw-r--r--src/app/config-ui/config-ui.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/app/config-ui/config-ui.pro b/src/app/config-ui/config-ui.pro
index 0c406694d..a62de6dae 100644
--- a/src/app/config-ui/config-ui.pro
+++ b/src/app/config-ui/config-ui.pro
@@ -1,8 +1,7 @@
include(../app.pri)
CONFIG -= console
-QT += gui
-greaterThan(QT_MAJOR_VERSION, 4):QT += widgets
+QT += gui widgets
TARGET = qbs-config-ui