Add dev CONFIG option for qmake file
Enables back all the missing warnings, notably JS syntax errors
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user