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

This commit is contained in:
2019-06-18 13:06:43 +00:00
parent bf9876b6f2
commit 310ec76665
9 changed files with 185 additions and 27 deletions

View File

@@ -50,6 +50,11 @@ foreach(_v ${_QT_VERSIONS_})
set(MULTILIB_qglview_SUFFIX_Qt${_v} ${_v} PARENT_SCOPE)
endforeach()
list(APPEND QT_MULTILIB_LIST qglview)
if (NOT DEFINED ANDROID_PLATFORM)
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/plugin")
add_subdirectory(plugin)
endif()
endif()
qt_sources(test_SRC DIR "qglview_test")
qt_wrap(${test_SRC} CPPS test_CPP)