Add dev CONFIG option for qmake file

Enables back all the missing warnings, notably JS syntax errors
This commit is contained in:
miruka
2019-07-04 15:12:39 -04:00
parent c27480d395
commit 990770dd38
5 changed files with 6 additions and 1059 deletions

View File

@@ -1,7 +1,10 @@
TEMPLATE = app
QT = quick
DEFINES += QT_DEPRECATED_WARNINGS
CONFIG += release warn_off c++11
CONFIG += warn_off c++11 release
dev {
CONFIG += debug
}
BUILD_DIR = build
MOC_DIR = $$BUILD_DIR/moc