summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qfontcache/qfontcache.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/text/qfontcache/qfontcache.pro')
-rw-r--r--tests/auto/gui/text/qfontcache/qfontcache.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/gui/text/qfontcache/qfontcache.pro b/tests/auto/gui/text/qfontcache/qfontcache.pro
new file mode 100644
index 0000000000..313cd78714
--- /dev/null
+++ b/tests/auto/gui/text/qfontcache/qfontcache.pro
@@ -0,0 +1,8 @@
+CONFIG += testcase
+CONFIG += parallel_test
+TARGET = tst_qfontcache
+QT += testlib
+QT += core-private gui-private
+SOURCES += tst_qfontcache.cpp
+
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0