diff options
author | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2014-12-17 14:24:43 +0100 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2015-01-09 16:05:49 +0100 |
commit | 10e6c40e1609ab8de58fc35cc3c4ef0a74ab83f5 (patch) | |
tree | 9fa246aafae827041ed9e22e2d0d57ba32504cc9 /src/src.pro | |
parent | 6e2782b8b0aeb6c1977ea36ac0fd0b02a94d8fe2 (diff) | |
download | qt-creator-10e6c40e1609ab8de58fc35cc3c4ef0a74ab83f5.tar.gz |
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>
Diffstat (limited to 'src/src.pro')
-rw-r--r-- | src/src.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro index f64dc04821..ea996ee839 100644 --- a/src/src.pro +++ b/src/src.pro @@ -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 \ |