sqlitebrowser: link with libQt5PrintSupport explicitly
This commit is contained in:
parent
78ed568062
commit
a898c8335d
@ -16,6 +16,10 @@ mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake antlr qttools ];
|
nativeBuildInputs = [ cmake antlr qttools ];
|
||||||
|
|
||||||
|
NIX_LDFLAGS = [
|
||||||
|
"-lQt5PrintSupport"
|
||||||
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
# We have to patch out Test and PrintSupport to make this work with Qt 5.9
|
# We have to patch out Test and PrintSupport to make this work with Qt 5.9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user