qt5SDK: build with documentation

It was disabled due to a build error that is now fixed.
This commit is contained in:
Bjørn Forsman 2015-08-14 10:18:20 +02:00
parent 019a23db3e
commit 84c96cd4f6

View file

@ -7975,7 +7975,7 @@ let
qt5SDK = qtcreator.override {
sdkBuild = true;
qtLib = qt5Full;
withDocumentation = false; # fails to setup some paths
withDocumentation = true;
};
qtcreator = callPackage ../development/qtcreator {