Merge pull request #283796 from Elserjo/qpdfview

qpdfview: fix missing translations
This commit is contained in:
7c6f434c 2024-01-26 05:42:55 +00:00 committed by GitHub
commit aa7e5cc700
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@
, fetchurl
, qmake
, qtbase
, qttools
, qtsvg
, pkg-config
, poppler
@ -24,6 +25,7 @@ mkDerivation rec {
nativeBuildInputs = [
qmake
qttools
pkg-config
];
@ -39,6 +41,7 @@ mkDerivation rec {
];
preConfigure = ''
lrelease qpdfview.pro
qmakeFlags+=(*.pro)
'';