Update TextBallons .pro file
authorAlan Alpert <alan.alpert@nokia.com>
Mon, 30 May 2011 00:46:31 +0000 (10:46 +1000)
committerAlan Alpert <alan.alpert@nokia.com>
Mon, 30 May 2011 00:46:31 +0000 (10:46 +1000)
Botched the previous alteration

examples/declarative/painteditem/textballoons/textballoons.pro

index 7470950..3148fd2 100644 (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