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

This commit is contained in:
2020-03-26 18:54:23 +00:00
parent 46ea46d486
commit 3dd9452fc7
3 changed files with 5 additions and 5 deletions

View File

@@ -29,10 +29,10 @@ set(EXPORT_HEADER "${CMAKE_CURRENT_SOURCE_DIR}/qad_export.h")
if(STATIC_LIB) if(STATIC_LIB)
set(QAD_LIB_TYPE STATIC) set(QAD_LIB_TYPE STATIC)
add_definitions(-DQAD_STATIC_DEFINE) add_definitions(-DQAD_STATIC_DEFINE)
message(STATUS "Building QAD static libraries") #message(STATUS "Building QAD static libraries")
else() else()
set(QAD_LIB_TYPE SHARED) set(QAD_LIB_TYPE SHARED)
message(STATUS "Building QAD shared libraries") #message(STATUS "Building QAD shared libraries")
endif() endif()
if (NOT DEFINED ANDROID_PLATFORM) if (NOT DEFINED ANDROID_PLATFORM)
@@ -52,7 +52,7 @@ set_version(QAD
BUILD "${BUILD_NUMBER}" BUILD "${BUILD_NUMBER}"
SUFFIX "${_QAD_SUFFIX}" SUFFIX "${_QAD_SUFFIX}"
OUTPUT "${QAD_VERSION_FILE}") OUTPUT "${QAD_VERSION_FILE}")
message(STATUS "Building QAD version ${QAD_VERSION}") message(STATUS "Building QAD version ${QAD_VERSION} (${QAD_LIB_TYPE})")
if (NOT LIBPROJECT) if (NOT LIBPROJECT)

View File

@@ -89,6 +89,6 @@ if(NOT LIBPROJECT)
endif() endif()
if (NOT _QAD_MSG) if (NOT _QAD_MSG)
set(_QAD_MSG 1 CACHE BOOL "msg_qad" FORCE) set(_QAD_MSG 1 CACHE BOOL "msg_qad" FORCE)
message(STATUS "Found QAD (found version \"${QAD_VERSION}\")") message(STATUS "Found QAD (version \"${QAD_VERSION}\")")
endif() endif()
endif() endif()

View File

@@ -206,7 +206,7 @@ macro(find_qt)
endif() endif()
set(Qt5_LANG_DIR ${Qt5_BIN}/../translations) set(Qt5_LANG_DIR ${Qt5_BIN}/../translations)
if (NOT _QT5_MSG) if (NOT _QT5_MSG)
message(STATUS "Found Qt5: ${_Qt5_qmake} (found version \"${Qt5_VERSION}\")") message(STATUS "Found Qt5: ${_Qt5_qmake} (version \"${Qt5_VERSION}\")")
set(_QT5_MSG 1 CACHE BOOL "msg_qt5" FORCE) set(_QT5_MSG 1 CACHE BOOL "msg_qt5" FORCE)
#message(STATUS "Found Qt5 modules: ${_Qt5Modules}") #message(STATUS "Found Qt5 modules: ${_Qt5Modules}")
endif() endif()