qmake: Select debug or release build

The qmake hook sets its own `CONFIG+=debug` or `CONFIG+=release` depending on
how `qtbase` was built. We no longer rely on using the custom deriver for this
feature.
This commit is contained in:
Thomas Tuegel
2021-01-24 09:51:34 -06:00
parent c49c0928ed
commit b80ce0aeca
5 changed files with 14 additions and 4 deletions
@@ -197,6 +197,7 @@ let
qmake = makeSetupHook {
deps = [ self.qtbase.dev ];
substitutions = {
inherit debug;
fix_qmake_libtool = ../hooks/fix-qmake-libtool.sh;
};
} ../hooks/qmake-hook.sh;