From: Lars Knoll Date: Mon, 6 Aug 2012 13:53:15 +0000 (+0200) Subject: Small cleanup in the pro file X-Git-Tag: accepted/tizen/20131212.181521~249 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4598eaba89c7d38e26e3283835b74f426be30269;p=platform%2Fupstream%2Fqttools.git 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 --- diff --git a/src/src.pro b/src/src.pro index 3fd6423..96249d9 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