|
|
@ -201,8 +201,13 @@ LinuxBuild { |
|
|
|
|
|
|
|
|
|
|
|
CONFIG += qt \ |
|
|
|
CONFIG += qt \ |
|
|
|
thread \ |
|
|
|
thread \ |
|
|
|
c++11 \ |
|
|
|
c++11 |
|
|
|
qtquickcompiler \ |
|
|
|
|
|
|
|
|
|
|
|
DebugBuild { |
|
|
|
|
|
|
|
CONFIG -= qtquickcompiler |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
CONFIG += qtquickcompiler |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
contains(DEFINES, ENABLE_VERBOSE_OUTPUT) { |
|
|
|
contains(DEFINES, ENABLE_VERBOSE_OUTPUT) { |
|
|
|
message("Enable verbose compiler output (manual override from command line)") |
|
|
|
message("Enable verbose compiler output (manual override from command line)") |
|
|
|