aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/qtprofilesetup/templates/quick.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-11-05 10:42:12 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-11-09 13:42:42 +0000
commit5f1b52e1c6f7668c3ea21ec11fde818ee6efd521 (patch)
tree6cc361275a896ef37ee80df96aed09a108ba966f /src/lib/qtprofilesetup/templates/quick.qbs
parent66e1be8b18967aba395238cc71bb13eff631eaac (diff)
Qt support: Allow users to pull in plugins by type
... and properly set the default values. Fixes: QBS-1409 Change-Id: Ib8f3573fcb48d395d9212ac4b01e5caf910c575f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/lib/qtprofilesetup/templates/quick.qbs')
-rw-r--r--src/lib/qtprofilesetup/templates/quick.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/qtprofilesetup/templates/quick.qbs b/src/lib/qtprofilesetup/templates/quick.qbs
index 87cdee49d..67394cabb 100644
--- a/src/lib/qtprofilesetup/templates/quick.qbs
+++ b/src/lib/qtprofilesetup/templates/quick.qbs
@@ -57,6 +57,7 @@ QtModule {
libNameForLinkerRelease: @libNameForLinkerRelease@
libFilePathDebug: @libFilePathDebug@
libFilePathRelease: @libFilePathRelease@
+ pluginTypes: @pluginTypes@
cpp.defines: @defines@
cpp.includePaths: @includes@
cpp.libraryPaths: @libraryPaths@