aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickfontloader_static/qquickfontloader_static.pro
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-06-23 10:28:54 +0200
committerJan Arve Sæther <jan-arve.saether@theqtcompany.com>2015-09-25 11:02:59 +0000
commit0220163ca27c3f97e623591a231473c42b907012 (patch)
tree6cb90dc4ea8821a67aa633f349b4c5fc0e485e34 /tests/auto/quick/qquickfontloader_static/qquickfontloader_static.pro
parent52fb4685e95e5b44e54d2d0f8ea27dea866c75e9 (diff)
Cleanup fontloader cache when QGuiApplication is destroyed
If this cache is used for a second instance of QGuiApplication then the cache is invalid. Change-Id: I02ca16dc03a1239b0ed50c7bcfbf87880ca8d948 Task-number: QTBUG-40861 Reviewed-by: Tim Blechmann <tim@klingt.org> Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'tests/auto/quick/qquickfontloader_static/qquickfontloader_static.pro')
-rw-r--r--tests/auto/quick/qquickfontloader_static/qquickfontloader_static.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickfontloader_static/qquickfontloader_static.pro b/tests/auto/quick/qquickfontloader_static/qquickfontloader_static.pro
new file mode 100644
index 0000000000..f6835c05c0
--- /dev/null
+++ b/tests/auto/quick/qquickfontloader_static/qquickfontloader_static.pro
@@ -0,0 +1,12 @@
+CONFIG += testcase
+TARGET = tst_qquickfontloader_static
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qquickfontloader_static.cpp
+
+include (../../shared/util.pri)
+
+TESTDATA = data/*
+
+QT += core-private gui-private qml-private quick-private network testlib
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0