Unverified Commit 03e76418 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #7264 from stefandunca/pr-custom_setup_support

Add support for custom installer steps
parents 2175eed5 6b9722b3
......@@ -1288,4 +1288,8 @@ contains (CONFIG, QGC_DISABLE_BUILD_SETUP) {
# Installer targets
#
include(QGCInstaller.pri)
contains (CONFIG, QGC_DISABLE_INSTALLER_SETUP) {
message("Disable standard installer setup")
} else {
include(QGCInstaller.pri)
}
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