blob: 23dce895caa89af9ad28b1bd10bc9ab33503e6a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
TARGET = settings
QT = quickcontrols2 websockets dbus
SOURCES = main.cpp
CONFIG += link_pkgconfig
PKGCONFIG += libhomescreen qlibwindowmanager qtappfw
RESOURCES += \
settings.qrc \
images/images.qrc \
datetime/datetime.qrc \
wifi/wifi.qrc \
bluetooth/bluetooth.qrc \
example/example.qrc \
version/version.qrc
include(app.pri)
|