From: Alan Alpert Date: Mon, 30 May 2011 00:46:31 +0000 (+1000) Subject: Update TextBallons .pro file X-Git-Tag: qt-v5.0.0-alpha1~2170^2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8f380ab06761b054ecf6c018fe4a52433299c99;p=profile%2Fivi%2Fqtdeclarative.git Update TextBallons .pro file Botched the previous alteration --- diff --git a/examples/declarative/painteditem/textballoons/textballoons.pro b/examples/declarative/painteditem/textballoons/textballoons.pro index 7470950..3148fd2 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