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

This commit is contained in:
2020-03-10 20:14:45 +00:00
parent 894bebbadb
commit b24da95939

View File

@@ -55,7 +55,7 @@ set(CMAKES "FindQAD.cmake" "QtWraps.cmake")
if (LIB)
if (WIN32)
install(FILES ${EXPORT_HEADER} DESTINATION ${MINGW_INCLUDE}/${_DIR})
install(FILES ${EXPORT_HEADER} DESTINATION ${MINGW_INCLUDE}/qad)
else()
install(FILES ${EXPORT_HEADER} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/qad)
endif()