Skip to content

[debian] Missing Build-Depends for "libqt5svg5-dev"  #366

@slashdd

Description

@slashdd

Since the introduction of Qt5 in 3.12.2 ... In the debian/ubuntu context, pcp is failing to build because it misses a Build-Depends for package "libqt5svg5-dev".

QT_SELECT=5 /usr/bin/qmake CONFIG+=release && /usr/bin/gawk --posix '$1 == "LIBS" { printf $1; for (i=2;i<=NF;i++) { if ($i~/^-L//) { save=save " " $i; continue } else if (save!="" && $i~/^-l/) { printf " %s",save; save="" } printf " %s",$i } if (save!="") printf " %s",save; print ""; next } { print }' Makefile.fix && mv Makefile.fix Makefile && /usr/bin/make --no-print-directory -f Makefile
Info: creating stash file /<>/src/libpcp_qed/src/.qmake.stash
Project ERROR: Unknown module(s) in QT: svg

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions