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
  • 919
  • 11
  • 34
  • 1
    Possible duplicate of [deploy all Qt dependencies when building](http://stackoverflow.com/questions/41193584/deploy-all-qt-dependencies-when-building) – rocambille 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