summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/qmltests.pro
diff options
context:
space:
mode:
authorSzabolcs David <davidsz@inf.u-szeged.hu>2014-01-27 02:11:57 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-27 16:47:08 +0100
commite5c8a206c0807381bebd928e31beb258b14bc65f (patch)
tree1d11907c5d2c453795bfec30e85bd5c6df83595d /tests/auto/quick/qmltests/qmltests.pro
parentdf7196dc8e733a6707663f055c7572a7fea2f08e (diff)
Add properties QML test.
Change-Id: I55fcbd7958f6dbc51c119133ee631fc2ccad1152 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 0d9e6ebec..f1c7ec485 100644
--- a/tests/auto/quick/qmltests/qmltests.pro
+++ b/tests/auto/quick/qmltests/qmltests.pro
@@ -12,6 +12,7 @@ OTHER_FILES += \
$$PWD/data/test3.html \
$$PWD/data/tst_loadProgress.qml \
$$PWD/data/tst_loadProgressSignal.qml \
+ $$PWD/data/tst_properties.qml \
$$PWD/data/tst_titleChanged.qml
load(qt_build_paths)