aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-05-30 10:46:31 +1000
committerAlan Alpert <alan.alpert@nokia.com>2011-05-30 10:46:31 +1000
commitf8f380ab06761b054ecf6c018fe4a52433299c99 (patch)
treecfd16dca348599e49d4c3f70ef9eda5c8d426edc /examples
parent985787e85dd9d00cb7a5d1e412383b9883f2fe7f (diff)
Update TextBallons .pro file
Botched the previous alteration
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/painteditem/textballoons/textballoons.pro10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/declarative/painteditem/textballoons/textballoons.pro b/examples/declarative/painteditem/textballoons/textballoons.pro
index 7470950026..3148fd20e6 100644
--- a/examples/declarative/painteditem/textballoons/textballoons.pro
+++ b/examples/declarative/painteditem/textballoons/textballoons.pro
@@ -4,20 +4,20 @@ QT += declarative
TARGET = qmltextballoonplugin
-HEADERS += textballoonplugin/plugin.h \
+HEADERS += TextBalloonPlugin/plugin.h \
textballoon.h
SOURCES += textballoon.cpp
-DESTDIR = textballoonplugin
+DESTDIR = TextBalloonPlugin
qdeclarativesources.files += \
- textballoonplugin/qmldir
+ TextBalloonPlugin/qmldir
-qdeclarativesources.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/painteditem/textballoons/textballoonplugin
+qdeclarativesources.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/painteditem/textballoons/TextBalloonPlugin
sources.files = textballoons.qml
sources.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/painteditem/textballoons
-target.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/painteditem/textballoons/textballoonplugin
+target.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/painteditem/textballoons/TextBalloonPlugin
INSTALLS = qdeclarativesources sources target