summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_core/frontend/frontend.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative_core/frontend/frontend.pro')
-rw-r--r--tests/auto/declarative_core/frontend/frontend.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/declarative_core/frontend/frontend.pro b/tests/auto/declarative_core/frontend/frontend.pro
new file mode 100644
index 00000000..2cd8766d
--- /dev/null
+++ b/tests/auto/declarative_core/frontend/frontend.pro
@@ -0,0 +1,13 @@
+# QML tests in this directory must not depend on an OpenGL context.
+# QML tests that do require an OpenGL context must go in ../../declarative_ui.
+
+TEMPLATE = app
+TARGET = tst_frontend
+CONFIG += warn_on qmltestcase
+SOURCES += main.cpp
+
+QT += location quick
+
+OTHER_FILES = *.qml
+TESTDATA = $$OTHER_FILES
+