Commit 45d36be4 authored by Gus Grubba's avatar Gus Grubba Committed by Gus Grubba

Disable QtQuick compiler for Debug builds

parent bc2363a7
......@@ -201,8 +201,13 @@ LinuxBuild {
CONFIG += qt \
thread \
c++11 \
qtquickcompiler \
c++11
DebugBuild {
CONFIG -= qtquickcompiler
} else {
CONFIG += qtquickcompiler
}
contains(DEFINES, ENABLE_VERBOSE_OUTPUT) {
message("Enable verbose compiler output (manual override from command line)")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment