forked from qt-creator/qt-creator
fix exclusion of qbs from tr()-collection
note that the TR_EXCLUDE is actually not used currently. Change-Id: Ifc89587029e2c025d1e0253794668a515127a43f Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -22,7 +22,7 @@ exists(shared/qbs/qbs.pro) {
|
||||
isEmpty(QBS_INSTALL_DIR):QBS_INSTALL_DIR = $$(QBS_INSTALL_DIR)
|
||||
isEmpty(QBS_INSTALL_DIR):SUBDIRS += $$QBS_DIRS
|
||||
}
|
||||
TR_EXCLUDE = $$QBS_DIRS
|
||||
TR_EXCLUDE = shared/qbs
|
||||
|
||||
SUBDIRS += \
|
||||
libs \
|
||||
|
||||
Reference in New Issue
Block a user