-
-
Notifications
You must be signed in to change notification settings - Fork 262
Closed
Description
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
Labels
No labels