new "qt_generate_export_header" macro
This commit is contained in:
@@ -32,7 +32,7 @@ else()
|
||||
INFO "QGLEngine core library")
|
||||
make_rc(qglengine_core _RC)
|
||||
qt_add_library(qglengine_core SHARED out_CPP ${_RC})
|
||||
_qt_export_header(qglengine_core)
|
||||
qt_generate_export_header(qglengine_core)
|
||||
list(APPEND out_HDR "${CMAKE_CURRENT_BINARY_DIR}/qglengine_core_export.h")
|
||||
qt_target_include_directories(qglengine_core PRIVATE ${QAD_INCLUDES} "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}/core")
|
||||
qt_target_link_libraries(qglengine_core qad_utils qad_widgets assimp ${OPENGL_LIBRARIES})
|
||||
|
||||
Reference in New Issue
Block a user