mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 07:23:54 +00:00
Merge branch 'streams' into 'master'
Setup utf8qtextstream in the way consistent with other Qt components See merge request OpenMW/openmw!2611
This commit is contained in:
commit
25d7ee7fdc
1 changed files with 2 additions and 2 deletions
|
@ -197,7 +197,7 @@ add_component_dir (esm4
|
||||||
)
|
)
|
||||||
|
|
||||||
add_component_dir (misc
|
add_component_dir (misc
|
||||||
constants utf8stream utf8qtextstream resourcehelpers rng messageformatparser weakcache thread
|
constants utf8stream resourcehelpers rng messageformatparser weakcache thread
|
||||||
compression osguservalues color tuplemeta tuplehelpers
|
compression osguservalues color tuplemeta tuplehelpers
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -378,7 +378,7 @@ if (USE_QT)
|
||||||
)
|
)
|
||||||
|
|
||||||
add_component_qt_dir (misc
|
add_component_qt_dir (misc
|
||||||
helpviewer
|
helpviewer utf8qtextstream
|
||||||
)
|
)
|
||||||
|
|
||||||
add_component_qt_dir (files
|
add_component_qt_dir (files
|
||||||
|
|
Loading…
Reference in a new issue