Commit 755ce85a authored by Don Gagne's avatar Don Gagne

Merge pull request #568 from DonLakeFlyer/Installers

Reverting previous Installer commit
parents 3c5a3553 9d23583b
......@@ -36,6 +36,15 @@ linux-g++ | linux-g++-64 {
error(Unsupported build type)
}
# Installer configuration
installer {
CONFIG -= debug
CONFIG -= debug_and_release
CONFIG += release
message(Build Installer)
}
# 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