diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2012-08-06 15:53:15 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-08-20 13:31:21 +0200 |
commit | 4598eaba89c7d38e26e3283835b74f426be30269 (patch) | |
tree | 448cfe3580d458a0c282e31e041ec2a1ed558849 /src/src.pro | |
parent | c6616bcdc87b8665a2ea84b07dd04229f2ccbd7a (diff) | |
download | qttools-4598eaba89c7d38e26e3283835b74f426be30269.tar.gz |
Small cleanup in the pro file
Qt Console edition doesn't exist anymore, so remove the
reference to it.
Adding x11 to the config also doesn't make any sense
anymore.
Change-Id: I8020a648575ef4482ffbe7d4f2c47dd5cc5eb143
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r-- | src/src.pro | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/src/src.pro b/src/src.pro index 3fd64232f..96249d9dc 100644 --- a/src/src.pro +++ b/src/src.pro @@ -1,4 +1,5 @@ -TEMPLATE = subdirs +TEMPLATE = subdirs +CONFIG += ordered !contains(QT_CONFIG, no-gui) { no-png { @@ -6,12 +7,8 @@ TEMPLATE = subdirs } else { SUBDIRS = assistant \ pixeltool \ - qtestlib - contains(QT_EDITION, Console) { - SUBDIRS += designer/src/uitools # Linguist depends on this - } else { - SUBDIRS += designer - } + qtestlib \ + designer # unix:!mac:!embedded:!qpa:SUBDIRS += qtconfig } } @@ -28,6 +25,3 @@ contains(QT_CONFIG, dbus):SUBDIRS += qdbus # We don't need these command line utilities on embedded platforms. embedded: SUBDIRS += makeqpf -CONFIG+=ordered - -!win32:!embedded:!mac:CONFIG += x11 |