Update pkgs/development/libraries/qt-5/modules/qtbase.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Daniel Poelzleithner 2021-01-13 10:28:28 +01:00 committed by github-actions[bot]
parent f26043ef90
commit 0c0d5a2dc4

@ -162,6 +162,7 @@ stdenv.mkDerivation {
qtQmlPrefix = "lib/qt-${qtCompatVersion}/qml";
qtDocPrefix = "share/doc/qt-${qtCompatVersion}";
# don't strip away debugging symbols when build with developerBuild
dontStrip = developerBuild;
setOutputFlags = false;