version 2.18.0
add GraphicRanges to graphic library new graphic_analysis library
This commit is contained in:
@@ -926,6 +926,15 @@ macro(qad_install_lang _NAME)
|
||||
if ("${_libname}" STREQUAL "qad_piqtutils")
|
||||
set(_libname "qad_piqt_utils")
|
||||
endif()
|
||||
if ("${_libname}" STREQUAL "qad_sqltable")
|
||||
set(_libname "qad_sql_table")
|
||||
endif()
|
||||
if ("${_libname}" STREQUAL "qad_touchwidgets")
|
||||
set(_libname "qad_touch_widgets")
|
||||
endif()
|
||||
if ("${_libname}" STREQUAL "qad_graphicanalysis")
|
||||
set(_libname "qad_graphic_analysis")
|
||||
endif()
|
||||
#message("imp lib \"${_libname}\"")
|
||||
list(APPEND _qt_libs ${_libname})
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user