summaryrefslogtreecommitdiffstats
path: root/app/app.pro
blob: b35e40e86eeeea0304154c93ffd38501e95618eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET = settings
QT = quickcontrols2

SOURCES = main.cpp

RESOURCES += \ 
    settings.qrc \
    images/images.qrc \
    datetime/datetime.qrc \
    wifi/wifi.qrc \
    bluetooth/bluetooth.qrc \
    example/example.qrc


include(app.pri)