aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-04-20 17:51:39 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-24 10:45:15 +0200
commitdf25dcaaa75e7ef0da30d4b94ac53c77262f1096 (patch)
treef6d1b588329177e5b49050d6930f1a9c426b6631 /examples
parentc88a4bb0bcd6d860ff222f6bcb8798d18c0079f7 (diff)
Disambiguate qmltest example and qmltest autotest.
Give the example a different name so that CI logs are not so confusing. Task-number: QTBUG-25306 Change-Id: Iafa06790ced42656217f3478b6398b3b4fd1c8bd Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/qmltest/tst_qmltest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qmltest/tst_qmltest.cpp b/examples/qmltest/tst_qmltest.cpp
index bd771b4340..02e2e3b5e6 100644
--- a/examples/qmltest/tst_qmltest.cpp
+++ b/examples/qmltest/tst_qmltest.cpp
@@ -40,4 +40,4 @@
****************************************************************************/
#include <QtQuickTest/quicktest.h>
-QUICK_TEST_MAIN(qmltest)
+QUICK_TEST_MAIN(qmltestexample)