Disambiguate qmltest example and qmltest autotest.
authorJason McDonald <jason.mcdonald@nokia.com>
Fri, 20 Apr 2012 07:51:39 +0000 (17:51 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 24 Apr 2012 08:45:15 +0000 (10:45 +0200)
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>
examples/qmltest/tst_qmltest.cpp

index bd771b4..02e2e3b 100644 (file)
@@ -40,4 +40,4 @@
 ****************************************************************************/
 
 #include <QtQuickTest/quicktest.h>
-QUICK_TEST_MAIN(qmltest)
+QUICK_TEST_MAIN(qmltestexample)