aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/font/font.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/font/font.pro')
-rw-r--r--tests/auto/font/font.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/font/font.pro b/tests/auto/font/font.pro
new file mode 100644
index 00000000..f6ccefd3
--- /dev/null
+++ b/tests/auto/font/font.pro
@@ -0,0 +1,14 @@
+CONFIG += testcase
+TARGET = tst_font
+SOURCES += tst_font.cpp
+
+macos:CONFIG -= app_bundle
+
+QT += core-private gui-private qml-private quick-private testlib quicktemplates2-private quickcontrols2-private
+
+include (../shared/util.pri)
+
+TESTDATA = data/*
+
+OTHER_FILES += \
+ data/*.qml