diff options
Diffstat (limited to 'tests/auto/quick/qquickrepeater/qquickrepeater.pro')
-rw-r--r-- | tests/auto/quick/qquickrepeater/qquickrepeater.pro | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickrepeater/qquickrepeater.pro b/tests/auto/quick/qquickrepeater/qquickrepeater.pro new file mode 100644 index 0000000000..c3d96ee6d5 --- /dev/null +++ b/tests/auto/quick/qquickrepeater/qquickrepeater.pro @@ -0,0 +1,15 @@ +CONFIG += testcase +TARGET = tst_qquickrepeater +macx:CONFIG -= app_bundle + +SOURCES += tst_qquickrepeater.cpp + +include (../../shared/util.pri) +include (../shared/util.pri) + +testFiles.files = data +testFiles.path = . +DEPLOYMENT += testFiles + +CONFIG += parallel_test +QT += core-private gui-private qml-private quick-private testlib |