feat: Resolve StatusQ modules highlighting and add qml compiler for detecting coompile time errors
This commit is contained in:
parent
e2c178ad43
commit
3f9f3d5b15
|
@ -1,6 +1,8 @@
|
||||||
QT += quick svg
|
QT += quick svg
|
||||||
|
|
||||||
CONFIG += c++11 warn_on
|
CONFIG += c++11 warn_on qtquickcompiler
|
||||||
|
|
||||||
|
QML_IMPORT_PATH= $$PWD/../src
|
||||||
|
|
||||||
DEFINES += QT_DEPRECATED_WARNINGS
|
DEFINES += QT_DEPRECATED_WARNINGS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue