lgogdownloader-gui: migrate to qt6
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
tinyxml-2,
|
||||
help2man,
|
||||
html-tidy,
|
||||
libsForQt5,
|
||||
qt6,
|
||||
testers,
|
||||
|
||||
enableGui ? false,
|
||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
help2man
|
||||
html-tidy
|
||||
]
|
||||
++ lib.optional enableGui libsForQt5.wrapQtAppsHook;
|
||||
++ lib.optional enableGui qt6.wrapQtAppsHook;
|
||||
|
||||
buildInputs = [
|
||||
boost
|
||||
@@ -48,8 +48,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
tinyxml-2
|
||||
]
|
||||
++ lib.optionals enableGui [
|
||||
libsForQt5.qtbase
|
||||
libsForQt5.qtwebengine
|
||||
qt6.qtbase
|
||||
qt6.qtwebengine
|
||||
];
|
||||
|
||||
cmakeFlags = lib.optional enableGui "-DUSE_QT_GUI=ON";
|
||||
|
||||
Reference in New Issue
Block a user