summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2014-11-19 15:39:56 +0200
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2014-11-19 15:56:56 +0200
commitcba93d8dea82ee2a5d2cf98f2ad6d8dd43b14d7e (patch)
tree3607211046b70b00f9036a61af8b9798740190eb /tests
parent11ed44c13c227c73d9b2ec416aed54b00bda2a0a (diff)
Fix WinRT issues.
Primary fix is to not use shared context in qml with WinRT, as that causes black screen. Also removed widget apps from build in WinRT. Change-Id: Id65ce90dbeb80442194ab838952e8cadc91135a6 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index ccecd486..ef28a0da 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -18,7 +18,7 @@ qtHaveModule(quick) {
qmlperf
}
-!android:!ios {
+!android:!ios:!winrt {
SUBDIRS += barstest \
scattertest \
surfacetest \
@@ -36,4 +36,4 @@ qtHaveModule(quick) {
#SUBDIRS += kinectsurface
}
-qtHaveModule(multimedia):!android:!static: SUBDIRS += spectrum
+qtHaveModule(multimedia):!android:!static:!winrt: SUBDIRS += spectrum