Skip to content
  • Adam Sampson's avatar
    Fix incorrect paths in .pc files. · c45efa2d
    Adam Sampson authored and Albert Astals Cid's avatar Albert Astals Cid committed
    The change in 67c3878e used the
    CMAKE_INSTALL_x variables instead of CMAKE_INSTALL_FULL_x; the former
    contain things like "include" instead of full paths, so the resulting
    .pc files break packages that depend on poppler. Use the latter.
    
    Also fix a missing @ in the qt5 file.
    
    Bug #103578
    c45efa2d