Commit 65a345a0 authored by Don Gagne's avatar Don Gagne

Changes to allow msbuild to build installers

No idea why, but manipulating CONFIG inside the build file confuses
msbuild command line builds. Work fine if you build from the IDE!
parent 2a692725
......@@ -36,14 +36,6 @@ linux-g++ | linux-g++-64 {
error(Unsupported build type)
}
# Installer configuration
installer {
CONFIG -= debug
CONFIG -= debug_and_release
CONFIG += release
}
# Setup our supported build flavors
CONFIG(debug, debug|release) {
......
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