blob: ee88c135e024f9881148dbffa946669ccd3e356c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
TARGET = settings
QT = quickcontrols2 dbus
SOURCES = main.cpp
CONFIG += link_pkgconfig
PKGCONFIG += libhomescreen qlibwindowmanager
static {
QTPLUGIN += qtvirtualkeyboardplugin
QT += svg
}
RESOURCES += \
settings.qrc \
images/images.qrc \
datetime/datetime.qrc \
wifi/wifi.qrc \
bluetooth/bluetooth.qrc \
example/example.qrc \
version/version.qrc
include(app.pri)
|