Update pkgs/development/libraries/qt-5/modules/qtbase.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user