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

This commit is contained in:
2020-03-05 08:02:25 +00:00
parent ec968e9ad7
commit 46661746a7
2 changed files with 5 additions and 7 deletions

View File

@@ -125,12 +125,10 @@ if (SomeQtFound)
message(STATUS "Building Qt-derived targets for ${QtVersions}")
add_subdirectory(qad)
set(_DIRS piqt piqt_utils qcd_utils)
if (QGLVIEW)
if (Qt5)
#list(APPEND _DIRS qglview)
list(APPEND _DIRS qglengine)
if (Qt5)
if (QGLVIEW)
list(APPEND _DIRS qglview)
endif()
else()
if (QGLENGINE)
list(APPEND _DIRS qglengine)
endif()