mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 12:39:53 +00:00
Merge branch 'fix-partial-build' into 'master'
Fix build of standalone OpenMW See merge request OpenMW/openmw!176
This commit is contained in:
commit
dcb3992cd3
@ -86,7 +86,7 @@ add_component_dir (esmterrain
|
||||
)
|
||||
|
||||
add_component_dir (misc
|
||||
gcd constants utf8stream stringops resourcehelpers rng messageformatparser weakcache helpviewer
|
||||
gcd constants utf8stream stringops resourcehelpers rng messageformatparser weakcache
|
||||
)
|
||||
|
||||
add_component_dir (debug
|
||||
@ -196,6 +196,10 @@ if (USE_QT)
|
||||
processinvoker
|
||||
)
|
||||
|
||||
add_component_dir (misc
|
||||
helpviewer
|
||||
)
|
||||
|
||||
if (DESIRED_QT_VERSION MATCHES 4)
|
||||
include(${QT_USE_FILE})
|
||||
QT4_WRAP_UI(ESM_UI_HDR ${ESM_UI})
|
||||
|
Loading…
x
Reference in New Issue
Block a user