aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/painteditem/textballoons/textballoons.pro
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-05-19 11:12:01 +0200
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-05-19 11:27:26 +0200
commitfafbc9f51b3a7180750f008bc41d7e989f8c23ee (patch)
tree24391f9e88d8e483adf653f3ef2e1a5370fa8ebe /examples/declarative/painteditem/textballoons/textballoons.pro
parent56d80e1590877e9f6cb9de0e7a0194519fb5813c (diff)
Add TextBalloon QML Scene Grpah example with documentation. I moved an old example over to a subfolder.
Reviewed-by: Gunnar Sletta
Diffstat (limited to 'examples/declarative/painteditem/textballoons/textballoons.pro')
-rw-r--r--examples/declarative/painteditem/textballoons/textballoons.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/declarative/painteditem/textballoons/textballoons.pro b/examples/declarative/painteditem/textballoons/textballoons.pro
new file mode 100644
index 0000000000..186581f9d5
--- /dev/null
+++ b/examples/declarative/painteditem/textballoons/textballoons.pro
@@ -0,0 +1,23 @@
+TEMPLATE = lib
+CONFIG += qt plugin
+QT += declarative
+
+TARGET = qmltextballoonplugin
+
+HEADERS += textballoonplugin/plugin.h \
+ textballoonplugin/textballoon.h
+
+SOURCES += textballoonplugin/textballoon.cpp
+
+DESTDIR = textballoonplugin
+
+qdeclarativesources.files += \
+ textballoonplugin/qmldir
+
+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
+
+INSTALLS = qdeclarativesources sources target