From c369339dee49255407a67228b3af20a9be6b86b7 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Tue, 9 Feb 2021 13:03:03 +0100 Subject: Do not assign file tags to files in bundledqt.qbs Otherwise, Qbs tries to moc Qt headers Change-Id: I6d2c340f7e419688f1aed69aaaa7da563cf98f75 Reviewed-by: Christian Kandeler --- src/shared/bundledqt/bundledqt.qbs | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3