Make textballon example follow convention
authorAlan Alpert <alan.alpert@nokia.com>
Fri, 27 May 2011 04:13:49 +0000 (14:13 +1000)
committerAlan Alpert <alan.alpert@nokia.com>
Fri, 27 May 2011 04:13:49 +0000 (14:13 +1000)
Currently, the qml examples autotest works on a set of conventions
defined in its source code to determine which tests to run.

examples/declarative/painteditem/textballoons/TextBalloonPlugin/plugin.h [moved from examples/declarative/painteditem/textballoons/textballoonplugin/plugin.h with 98% similarity]
examples/declarative/painteditem/textballoons/TextBalloonPlugin/qmldir [moved from examples/declarative/painteditem/textballoons/textballoonplugin/qmldir with 100% similarity]
examples/declarative/painteditem/textballoons/textballoon.cpp [moved from examples/declarative/painteditem/textballoons/textballoonplugin/textballoon.cpp with 100% similarity]
examples/declarative/painteditem/textballoons/textballoon.h [moved from examples/declarative/painteditem/textballoons/textballoonplugin/textballoon.h with 100% similarity]
examples/declarative/painteditem/textballoons/textballoons.pro

index 186581f..7470950 100644 (file)
@@ -5,9 +5,9 @@ QT += declarative
 TARGET = qmltextballoonplugin
 
 HEADERS += textballoonplugin/plugin.h \
-    textballoonplugin/textballoon.h
+    textballoon.h
 
-SOURCES += textballoonplugin/textballoon.cpp
+SOURCES += textballoon.cpp
 
 DESTDIR = textballoonplugin