Windows works
This commit is contained in:
@@ -45,7 +45,7 @@ macro(qad_plugin NAME _MODULES _LIBS)
|
||||
shstk_qt_plugin(qad_${NAME} "${_MODULES}" "qad_${NAME};${_LIBS}")
|
||||
endmacro()
|
||||
|
||||
shstk_install(qad FALSE "" "${QAD_VERSION_FILE}")
|
||||
shstk_install(qad FALSE "" "${qad_VERSION_FILE}")
|
||||
if (NOT LOCAL)
|
||||
file(GLOB CMAKES "cmake/*.cmake" "cmake/*.in")
|
||||
install(FILES ${CMAKES} DESTINATION ${CMAKE_ROOT}/Modules)
|
||||
@@ -60,7 +60,13 @@ message("----------QAD----------")
|
||||
message(" Build for ${QtVersions}")
|
||||
message(" Linkage: ${qad_LIB_TYPE_MSG}")
|
||||
message(" Type : ${qad_BUILD_TYPE}")
|
||||
message(" Install: \"${CMAKE_INSTALL_PREFIX}\"")
|
||||
if (NOT LOCAL)
|
||||
message(" Install: \"${CMAKE_INSTALL_PREFIX}\"")
|
||||
else()
|
||||
if(NOT PIP_FREERTOS)
|
||||
message(" Install: local \"bin\", \"lib\" and \"include\"")
|
||||
endif()
|
||||
endif()
|
||||
message("")
|
||||
print_list("${_qt_libs}" " Libraries:" " * ")
|
||||
if (NOT "x${_qt_plugs}" STREQUAL "x")
|
||||
|
||||
Reference in New Issue
Block a user