Implemented QML skeleton for the application

This commit is contained in:
Yury Shuvakin
2022-08-15 08:49:12 +03:00
parent 14a7aa699f
commit dce22c65d6
36 changed files with 791 additions and 117 deletions

View File

@@ -13,8 +13,7 @@ DEFINES += DT_VERSION=$$DT_VERSION
DEFINES += HAS_SERIALPORT
}
CONFIG += c++11
QMAKE_CXXFLAGS += -Wno-deprecated-copy
CONFIG += c++14
# Options
#Build mobile GUI
@@ -158,9 +157,13 @@ include(pages/pages.pri)
include(widgets/widgets.pri)
include(mobile/mobile.pri)
RESOURCES += res.qrc
RESOURCES += res.qrc \
qml/qml_icons.qrc \
qml/qml_items.qrc
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH *= $$PWD/qml
QML2_IMPORT_PATH *= $$PWD/qml
DISTFILES += \
android/AndroidManifest.xml \