git-svn-id: svn://db.shs.com.ru/libs@830 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2020-03-18 18:37:04 +00:00
parent 45f943b6d7
commit aca408fcac
8 changed files with 12 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ else()
qt_install(TARGETS qglengine_core RUNTIME DESTINATION QtBin)
else()
qt_install(FILES ${out_HDR} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/qglengine)
qt_install(TARGETS qglengine_core ARCHIVE DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
qt_install(TARGETS qglengine_core DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
endif()
message(STATUS "Install qglengine_core to system \"${CMAKE_INSTALL_PREFIX}\"")
else()