summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/qmltests.pro
diff options
context:
space:
mode:
authorSzabolcs David <davidsz@inf.u-szeged.hu>2014-01-21 06:28:34 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-24 15:33:25 +0100
commit9d5827faba6727a43687fe34ce154c279bd9623b (patch)
tree11900c03f33263d7edce8394a8ce9aaf1bcfb758 /tests/auto/quick/qmltests/qmltests.pro
parent6fb392ee9e4c185861e9b0d7010b174364f86673 (diff)
Add loadProgress QML test.
Change-Id: I3989f114520900246fa78f7f6bb6068be398ee63 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'tests/auto/quick/qmltests/qmltests.pro')
-rw-r--r--tests/auto/quick/qmltests/qmltests.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/quick/qmltests/qmltests.pro b/tests/auto/quick/qmltests/qmltests.pro
index 32cef0986..02dac4108 100644
--- a/tests/auto/quick/qmltests/qmltests.pro
+++ b/tests/auto/quick/qmltests/qmltests.pro
@@ -8,7 +8,9 @@ INCLUDEPATH += $$PWD/../shared
OTHER_FILES += \
$$PWD/data/TestWebEngineView.qml \
+ $$PWD/data/test1.html \
$$PWD/data/test3.html \
+ $$PWD/data/tst_loadProgress.qml \
$$PWD/data/tst_titleChanged.qml
load(qt_build_paths)