summaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-06-03 17:07:29 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-06-03 15:29:55 +0000
commit8eb7c3efad1e16b677098e97c66daf0eabc672c7 (patch)
treeb7fddd1931b1d77caca1f6af21d349388456cb6c /src/src.pro
parent294f8c5274dc292c05ff1703e6ba8ccd17165c55 (diff)
downloadqt-creator-8eb7c3efad1e16b677098e97c66daf0eabc672c7.tar.gz
Adapt to qbs' libexec infrastructure.
Change-Id: Ic2d609e017d201b7b3e0b3bcb08359652428aeaa Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/src.pro b/src/src.pro
index ea996ee839..ee25d3dbc5 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -7,6 +7,7 @@ QBS_DIRS = \
qbscorelib \
qbsqtprofilesetup \
qbsapps \
+ qbslibexec \
qbsplugins \
qbsstatic
@@ -15,6 +16,8 @@ qbsqtprofilesetup.subdir = shared/qbs/src/lib/qtprofilesetup
qbsqtprofilesetup.depends = qbscorelib
qbsapps.subdir = shared/qbs/src/app
qbsapps.depends = qbsqtprofilesetup
+qbslibexec.subdir = shared/qbs/src/libexec
+qbslibexec.depends = qbscorelib
qbsplugins.subdir = shared/qbs/src/plugins
qbsstatic.file = shared/qbs/static.pro