aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtquick/painteditem/textballoons/textballoons.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtquick/painteditem/textballoons/textballoons.pro')
-rw-r--r--examples/qtquick/painteditem/textballoons/textballoons.pro25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/qtquick/painteditem/textballoons/textballoons.pro b/examples/qtquick/painteditem/textballoons/textballoons.pro
deleted file mode 100644
index e0b9404f65..0000000000
--- a/examples/qtquick/painteditem/textballoons/textballoons.pro
+++ /dev/null
@@ -1,25 +0,0 @@
-TEMPLATE = lib
-CONFIG += qt plugin
-QT += declarative quick
-
-TARGET = qmltextballoonplugin
-
-HEADERS += TextBalloonPlugin/plugin.h \
- textballoon.h
-
-SOURCES += textballoon.cpp
-
-OTHER_FILES += textballoon.json
-
-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