Update TextBallons .pro file

Botched the previous alteration
This commit is contained in:
Alan Alpert 2011-05-30 10:46:31 +10:00
parent 985787e85d
commit f8f380ab06
1 changed files with 5 additions and 5 deletions

View File

@ -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