forked from qt-creator/qt-creator
exclude qbs subprojects from lupdate message collection
the qbs translations should come from the qbs lib itself. requires qt 5.1.2 to have an effect. Change-Id: I0aabeaf24d06c9070c2de6e5a0bb9a8ddd6c06c1 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
@@ -24,11 +24,14 @@ SUBDIRS += \
|
|||||||
utils/process_stub.pro \
|
utils/process_stub.pro \
|
||||||
qtcomponents/styleitem
|
qtcomponents/styleitem
|
||||||
|
|
||||||
exists(../shared/qbs/qbs.pro):SUBDIRS += \
|
QBS_DIRS = \
|
||||||
../shared/qbs/src/lib \
|
../shared/qbs/src/lib \
|
||||||
../shared/qbs/src/plugins \
|
../shared/qbs/src/plugins \
|
||||||
../shared/qbs/static.pro
|
../shared/qbs/static.pro
|
||||||
|
|
||||||
|
exists(../shared/qbs/qbs.pro): SUBDIRS += $$QBS_DIRS
|
||||||
|
TR_EXCLUDE = $$QBS_DIRS
|
||||||
|
|
||||||
win32:SUBDIRS += utils/process_ctrlc_stub.pro
|
win32:SUBDIRS += utils/process_ctrlc_stub.pro
|
||||||
|
|
||||||
# Windows: Compile Qt Creator CDB extension if Debugging tools can be detected.
|
# Windows: Compile Qt Creator CDB extension if Debugging tools can be detected.
|
||||||
|
Reference in New Issue
Block a user