From f8f380ab06761b054ecf6c018fe4a52433299c99 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Mon, 30 May 2011 10:46:31 +1000 Subject: [PATCH] Update TextBallons .pro file Botched the previous alteration --- examples/declarative/painteditem/textballoons/textballoons.pro | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.7.4