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

This commit is contained in:
2020-03-04 20:59:11 +00:00
parent ff1adc8cbb
commit ec968e9ad7
13 changed files with 39 additions and 14 deletions

View File

@@ -54,6 +54,7 @@ if (DEBUG)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g3")
endif ()
include(SDKMacros.cmake)
set(CMAKE_CXX_STANDARD 11)
set(PIP_LIBRARY pip)
set(PIP_FOLDERS "." "core" "containers" "thread" "system" "io_devices" "io_utils" "console" "math" "code" "geo" "resources" "opencl" "crypt" "introspection" "concurrent")
@@ -125,7 +126,10 @@ if (SomeQtFound)
add_subdirectory(qad)
set(_DIRS piqt piqt_utils qcd_utils)
if (QGLVIEW)
list(APPEND _DIRS qglview)
if (Qt5)
#list(APPEND _DIRS qglview)
list(APPEND _DIRS qglengine)
endif()
else()
if (QGLENGINE)
list(APPEND _DIRS qglengine)