2

For all my other libraries I can use the cmake install command with ${SOMELIB_LIBRARY} but when I use it with Qt5::Core or any other it doesn't work.

Gustavo
  • 893
  • 10
  • 30
  • 1
    Possible duplicate of [deploy all Qt dependencies when building](http://stackoverflow.com/questions/41193584/deploy-all-qt-dependencies-when-building) – rgmt Dec 21 '16 at 12:44
  • 3
    `Qt5::Core` is *IMPORTED* target, it [cannot be installed](http://stackoverflow.com/questions/41175354/can-i-install-shared-imported-library/41179630#41179630). – Tsyvarev Dec 21 '16 at 14:26

0 Answers0