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

SOURCES = main.cpp

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


include(app.pri)