sqlitebrowser: link with libQt5PrintSupport explicitly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user