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

SOURCES += \
    swipetoremove.cpp

RESOURCES += \
    swipetoremove.qml \
    fonts/fontello.ttf

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