This commit is contained in:
2020-09-06 22:35:41 +03:00
parent 236de603e5
commit 6648be5421
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ else()
list(APPEND QT_MULTILIB_LIST qglengine_core) list(APPEND QT_MULTILIB_LIST qglengine_core)
add_subdirectory(widgets) add_subdirectory(widgets)
shstk_copy_to_parent() shstk_copy_to_parent()
shstk_qt_install("qglengine" FALSE "qglengine_core" "${out_HDR}" "${out_QM}") shstk_qt_install("qglengine" FALSE "qglengine_core" "${out_HDR}" "out_QM")
if (NOT DEFINED ANDROID_PLATFORM) if (NOT DEFINED ANDROID_PLATFORM)
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/plugin") if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/plugin")
#add_subdirectory(plugin) #add_subdirectory(plugin)

View File

@@ -23,4 +23,4 @@ qt_target_link_libraries(${PROJECT_NAME} QAD::Widgets qglengine_core)
list(APPEND QT_MULTILIB_LIST ${PROJECT_NAME}) list(APPEND QT_MULTILIB_LIST ${PROJECT_NAME})
shstk_copy_to_parent() shstk_copy_to_parent()
#message(STATUS "Building ${PROJECT_NAME}") #message(STATUS "Building ${PROJECT_NAME}")
shstk_qt_install("qglengine" FALSE "${PROJECT_NAME}" "${out_HDR}" "${out_QM}") shstk_qt_install("qglengine" FALSE "${PROJECT_NAME}" "${out_HDR}" "out_QM")