diff --git a/qad/CMakeLists.txt b/qad/CMakeLists.txt index 0919f23..1668fbd 100644 --- a/qad/CMakeLists.txt +++ b/qad/CMakeLists.txt @@ -54,6 +54,7 @@ endif() set(CMAKES "FindQAD.cmake" "QtWraps.cmake") if (LIB) + install(FILES ${CMAKES} DESTINATION ${CMAKE_ROOT}/Modules) if (WIN32) install(FILES ${EXPORT_HEADER} DESTINATION ${MINGW_INCLUDE}/qad) else()