aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/painteditem/textballoonuser.pro
blob: 7504542f4c4fb813ad399099229e960cfd05ed49 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app

QT += qml quick

TARGET = painteditem
SOURCES += main.cpp
RESOURCES += painteditem.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quick/customitems/painteditem
INSTALLS += target