aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2021-02-09 13:03:03 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2021-02-10 12:35:21 +0000
commitc369339dee49255407a67228b3af20a9be6b86b7 (patch)
tree6e07253cea4fa275bebb96daaa8901a1d01981cc /src
parent1a1a0217a78393375546007dad0be516dbf2dccb (diff)
Do not assign file tags to files in bundledqt.qbs
Otherwise, Qbs tries to moc Qt headers Change-Id: I6d2c340f7e419688f1aed69aaaa7da563cf98f75 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/shared/bundledqt/bundledqt.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/bundledqt/bundledqt.qbs b/src/shared/bundledqt/bundledqt.qbs
index d2222f916..03630641d 100644
--- a/src/shared/bundledqt/bundledqt.qbs
+++ b/src/shared/bundledqt/bundledqt.qbs
@@ -110,6 +110,8 @@ Product {
return libraries;
}
+ fileTags: []
+
qbs.install: true
qbs.installDir: qbsbuildconfig.libInstallDir
qbs.installSourceBase: qbs.targetOS.contains("windows") ? Qt.core.binPath : Qt.core.libPath