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

QT += quick qml
SOURCES += main.cpp

RESOURCES += flipable.qrc

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