aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlfileselector/qqmlfileselector.pro
diff options
context:
space:
mode:
authorAlan Alpert <aalpert@blackberry.com>2013-07-05 14:31:06 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-20 01:08:53 +0200
commit67ee1cd27b5e951e782e49edf382e8e7d8ee431f (patch)
treeccd28910830fedd30732156d350563c5a29ed762 /tests/auto/qml/qqmlfileselector/qqmlfileselector.pro
parenta5052ea1e7286aee60e2e138a405d9864750db24 (diff)
Apply file selectors to QQmlApplicationEngine apps
You can also manually apply them to a QQmlEngine using setUrlInterceptor(new QQmlFileSelector(parent)), or using your own QQmlAbstractUrlInterceptor subclass. Change-Id: I0c0ff8b080c138686b3c03e0bc3b9f25bcd11a85 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tests/auto/qml/qqmlfileselector/qqmlfileselector.pro')
-rw-r--r--tests/auto/qml/qqmlfileselector/qqmlfileselector.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlfileselector/qqmlfileselector.pro b/tests/auto/qml/qqmlfileselector/qqmlfileselector.pro
new file mode 100644
index 0000000000..3475fa4b1d
--- /dev/null
+++ b/tests/auto/qml/qqmlfileselector/qqmlfileselector.pro
@@ -0,0 +1,13 @@
+CONFIG += testcase
+TARGET = tst_qqmlfileselector
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qqmlfileselector.cpp
+
+include (../../shared/util.pri)
+
+TESTDATA = data/*
+
+CONFIG += parallel_test
+QT += core-private gui-private qml-private testlib
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0