sqlitebrowser: link with libQt5PrintSupport explicitly

This commit is contained in:
Piotr Bogdan 2019-01-04 19:33:51 +00:00
parent 78ed568062
commit a898c8335d

View file

@ -16,6 +16,10 @@ mkDerivation rec {
nativeBuildInputs = [ cmake antlr qttools ];
NIX_LDFLAGS = [
"-lQt5PrintSupport"
];
enableParallelBuilding = true;
# We have to patch out Test and PrintSupport to make this work with Qt 5.9