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

SOURCES = main.cpp

CONFIG += link_pkgconfig
PKGCONFIG += qlibhomescreen qlibwindowmanager qtappfw

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


include(app.pri)