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