skrooge: migrate to Qt5.15, enable tests

This commit is contained in:
freezeboy 2020-11-06 14:51:23 +01:00
parent 8a2a835f22
commit b492fd4306
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ mkDerivation rec {
cmakeFlags = [
"-DSKG_DESIGNER=OFF"
"-DSKG_WEBENGINE=ON"
"-DBUILD_TESTS=ON"
];
meta = with lib; {

View File

@ -23682,7 +23682,7 @@ in
robustirc-bridge = callPackage ../servers/irc/robustirc-bridge { };
skrooge = libsForQt514.callPackage ../applications/office/skrooge {};
skrooge = libsForQt5.callPackage ../applications/office/skrooge {};
smartgithg = callPackage ../applications/version-management/smartgithg {
jre = openjdk11;