diff options
-rw-r--r-- | tools/linguist/linguist.pro | 2 | ||||
-rw-r--r-- | tools/tools.pro | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/tools/linguist/linguist.pro b/tools/linguist/linguist.pro index 248c89e..85ecd5a 100644 --- a/tools/linguist/linguist.pro +++ b/tools/linguist/linguist.pro @@ -1,6 +1,6 @@ TEMPLATE = subdirs SUBDIRS = \ + linguist \ lrelease \ lupdate \ lconvert -!no-png:!contains(QT_CONFIG, no-gui):SUBDIRS += linguist diff --git a/tools/tools.pro b/tools/tools.pro index 99a965d..47ad0d7 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -14,6 +14,7 @@ TEMPLATE = subdirs } else { SUBDIRS += designer } + SUBDIRS += linguist symbian: SUBDIRS = designer wince*: SUBDIRS = qtestlib designer unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig @@ -22,8 +23,6 @@ TEMPLATE = subdirs contains(QT_CONFIG, declarative):SUBDIRS += qml } -SUBDIRS += linguist - mac { SUBDIRS += macdeployqt } |