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:34:03 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-24 17:23:11 +0100
commite993a0b5d30524d28c5912b00af76d97dae1cc00 (patch)
tree0781300aafa0e9a77cb3e5d659d1ca7d1d47a0e9 /tests/auto/quick/qmltests/qmltests.pro
parent9d5827faba6727a43687fe34ce154c279bd9623b (diff)
Add loadProgressSignal QML test.
Change-Id: I785bbcd81061228d437fd7334809c9b85ab18f38 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.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/qmltests/qmltests.pro b/tests/auto/quick/qmltests/qmltests.pro
index 02dac4108..0d9e6ebec 100644
--- a/tests/auto/quick/qmltests/qmltests.pro
+++ b/tests/auto/quick/qmltests/qmltests.pro
@@ -11,6 +11,7 @@ OTHER_FILES += \
$$PWD/data/test1.html \
$$PWD/data/test3.html \
$$PWD/data/tst_loadProgress.qml \
+ $$PWD/data/tst_loadProgressSignal.qml \
$$PWD/data/tst_titleChanged.qml
load(qt_build_paths)