dfe6f96923a5797cff1cd37fe681dea98c6b0bcb
[profile/ivi/qtdeclarative.git] / examples / quick / customitems / painteditem / painteditem.pro
1 TEMPLATE = lib
2 CONFIG += qt plugin
3 QT += qml quick
4
5 TARGET = qmltextballoonplugin
6
7 HEADERS += TextBalloonPlugin/plugin.h \
8     textballoon.h
9
10 SOURCES += textballoon.cpp
11
12 DESTDIR = TextBalloonPlugin
13
14 target.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/painteditem/TextBalloonPlugin
15 qmldir.files = TextBalloonPlugin/qmldir
16 qmldir.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/painteditem/TextBalloonPlugin
17 qml.files = textballoons.qml
18 qml.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/painteditem/
19
20 INSTALLS += qml qmldir target