summaryrefslogtreecommitdiffstats
path: root/app/app.pro
blob: fcfa0507d215358157cecefa855a8e7ae3aadf31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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


include(app.pri)