aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-08-11 18:14:01 -0700
committerJake Petroules <jake.petroules@qt.io>2016-09-06 12:24:06 +0000
commitf39224c10b53153ba6e71d2ba0643582b43326f2 (patch)
tree5d0e28344c2cfc8f5b0ba780393fc042fd823322 /src/src.qbs
parent45f73b1dd1a8a1268f74f5500633d67e8ac0f516 (diff)
Implement Visual Studio generator
Supports versions 2010 and above. Task-number: QBS-31 Change-Id: I191efa274729060c8e2f392abac2e9f7cd027e39 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/src.qbs')
-rw-r--r--src/src.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src.qbs b/src/src.qbs
index c501cb437..20fffaf20 100644
--- a/src/src.qbs
+++ b/src/src.qbs
@@ -3,6 +3,7 @@ import qbs
Project {
references: [
"app/apps.qbs",
+ "generators/generators.qbs",
"lib/libs.qbs",
"libexec/libexec.qbs",
"plugins/plugins.qbs"