aboutsummaryrefslogtreecommitdiffstats
path: root/share/share.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-07-24 16:33:05 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-07-24 14:51:52 +0000
commit463566afbed791223d0eab56529d5ef07d5bba9e (patch)
tree6892a89a971e91fa788b35c47244d475df936d4d /share/share.qbs
parent0bf8768152221c8254df7bc985aa9229ab7f84a2 (diff)
CplusPlus: Install run-time resources also with qbs build.
Change-Id: I65741f6a74a73925df78b7f35f21f98be35f8270 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
Diffstat (limited to 'share/share.qbs')
-rw-r--r--share/share.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/share.qbs b/share/share.qbs
index 6187623281..eea8a00aed 100644
--- a/share/share.qbs
+++ b/share/share.qbs
@@ -10,6 +10,7 @@ Product {
qbs.installSourceBase: "qtcreator"
prefix: "qtcreator/"
files: [
+ "cplusplus/**/*",
"debugger/**/*",
"designer/**/*",
"generic-highlighter/**/*",