aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/swipetoremove/swipetoremove.pro
blob: bcdb45cd454f50b42e6d481c2703c899d42f3fd7 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app
TARGET = swipetoremove
QT += qml

SOURCES += swipetoremove.cpp

RESOURCES += swipetoremove.qml

target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/swipetoremove
INSTALLS += target