mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Compile tile_edit_qt and object_viewer_widget if WITH_QT5 is defined
--HG-- branch : develop
This commit is contained in:
parent
ec7699aca9
commit
75eb7cb922
1 changed files with 2 additions and 2 deletions
|
@ -62,10 +62,10 @@ IF(WITH_NEL_TOOLS AND WITH_3D)
|
|||
ENDIF(MFC_FOUND)
|
||||
ENDIF(WIN32)
|
||||
|
||||
IF(WITH_QT)
|
||||
IF(WITH_QT OR WITH_QT5)
|
||||
ADD_SUBDIRECTORY(tile_edit_qt)
|
||||
ADD_SUBDIRECTORY(object_viewer_widget)
|
||||
ENDIF(WITH_QT)
|
||||
ENDIF()
|
||||
|
||||
IF(WITH_NEL_TOOLS)
|
||||
FIND_PACKAGE(Squish)
|
||||
|
|
Loading…
Reference in a new issue