summaryrefslogtreecommitdiffstats
path: root/src/Runtime/Qt3DSRuntime
diff options
context:
space:
mode:
authorJanne Koskinen <janne.p.koskinen@qt.io>2017-11-13 15:11:23 +0200
committerJanne Koskinen <janne.p.koskinen@qt.io>2017-11-13 14:07:04 +0000
commitcf7ea7f480ae3e80d4e42bcb12bfb351d5a2e828 (patch)
treec425b2350f54e2fe64bf47b0aa5fd4225594c71f /src/Runtime/Qt3DSRuntime
parentfbea9cea8673709cb892c08be04e91b66b5ae03f (diff)
Fix QT3DSRuntimeStatic link on ios,boot2qt and integrity
res.qrc needs to be outside of QT3DSRuntimeStatic Change-Id: I78f8580ab3453e0c6eb386afdefc0e5c866025da Reviewed-by: Marianne Yrjänä <marianne.yrjana@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Runtime/Qt3DSRuntime')
-rw-r--r--src/Runtime/Qt3DSRuntime/Qt3DSRuntime.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Runtime/Qt3DSRuntime/Qt3DSRuntime.pro b/src/Runtime/Qt3DSRuntime/Qt3DSRuntime.pro
index 7d9743c6..01d632ee 100644
--- a/src/Runtime/Qt3DSRuntime/Qt3DSRuntime.pro
+++ b/src/Runtime/Qt3DSRuntime/Qt3DSRuntime.pro
@@ -12,7 +12,7 @@ boot2qt: {
DEFINES += EMBEDDED_LINUX # TODO: Is there a compile-time flag for boot2qt?
}
-integrity {
+integrity:ios {
RESOURCES += ../res.qrc
}