From e1b0f2dc9a5ca47a5012a3b8a249e696a4121b68 Mon Sep 17 00:00:00 2001 From: "B.Melnik" Date: Fri, 15 Oct 2021 18:53:48 +0300 Subject: [PATCH] feat: Resolve StatusQ modules highlighting and add qml compiler for detecting coompile time errors --- sandbox/sandbox.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sandbox/sandbox.pro b/sandbox/sandbox.pro index d2e58e9d..b858d6fc 100644 --- a/sandbox/sandbox.pro +++ b/sandbox/sandbox.pro @@ -1,6 +1,8 @@ QT += quick svg -CONFIG += c++11 warn_on +CONFIG += c++11 warn_on qtquickcompiler + +QML_IMPORT_PATH= $$PWD/../src DEFINES += QT_DEPRECATED_WARNINGS