aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/tabwidget/tabwidget.pro
blob: b852bb4075a1151e785d895b6caa65f3c5a4eafb (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp

RESOURCES += tabwidget.qrc

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