mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
addd forgotten line
This commit is contained in:
parent
238a5824be
commit
d9b1b7c516
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ option(OPENGL_ES "enable opengl es support" FALSE )
|
|||
|
||||
option(USE_QT "Use Qt in building" TRUE )
|
||||
|
||||
if (NOT BUILD_LAUNCHER AND NOT BUILD_OPENCS)
|
||||
if (NOT BUILD_LAUNCHER AND NOT BUILD_OPENCS AND NOT BUILD_WIZARD)
|
||||
set(USE_QT FALSE CACHE BOOL "disable Qt" FORCE )
|
||||
else()
|
||||
set(USE_QT TRUE CACHE BOOL "enable Qt" FORCE )
|
||||
|
|
Loading…
Reference in a new issue