aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickopenglinfo/qquickopenglinfo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickopenglinfo/qquickopenglinfo.pro')
-rw-r--r--tests/auto/quick/qquickopenglinfo/qquickopenglinfo.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickopenglinfo/qquickopenglinfo.pro b/tests/auto/quick/qquickopenglinfo/qquickopenglinfo.pro
new file mode 100644
index 0000000000..8489dfffd2
--- /dev/null
+++ b/tests/auto/quick/qquickopenglinfo/qquickopenglinfo.pro
@@ -0,0 +1,15 @@
+CONFIG += testcase
+TARGET = tst_qquickopenglinfo
+SOURCES += tst_qquickopenglinfo.cpp
+
+TESTDATA = data/*
+include(../../shared/util.pri)
+
+osx:CONFIG -= app_bundle
+
+CONFIG += parallel_test
+QT += quick testlib
+
+OTHER_FILES += \
+ data/basic.qml
+