aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/quickcontrols/swipetoremove/swipetoremove.pro
blob: e16ff8145fc5cec2fc7e49e2d485224e412ff1fd (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]/quickcontrols/swipetoremove
INSTALLS += target