build bootstrap moc without regular expression feature

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-07-30 11:30:40 +00:00
parent fe28b68061
commit 83f4a6098d

View file

@ -38,6 +38,7 @@ set(BOOTSTRAP_DEFINITIONS
-DQT_NO_DEPRECATED
-DQT_NO_COMPRESS
-DQT_NO_EXCEPTIONS
-DQT_NO_REGEXP
)
set(BOOTSTRAP_SOURCES
@ -78,7 +79,6 @@ set(BOOTSTRAP_SOURCES
${CMAKE_SOURCE_DIR}/src/core/tools/qlocale.cpp
${CMAKE_SOURCE_DIR}/src/core/tools/qlocale_tools.cpp
${CMAKE_SOURCE_DIR}/src/core/tools/qmap.cpp
${CMAKE_SOURCE_DIR}/src/core/tools/qregexp.cpp
${CMAKE_SOURCE_DIR}/src/core/tools/qstring.cpp
${CMAKE_SOURCE_DIR}/src/core/tools/qstringlist.cpp
${CMAKE_SOURCE_DIR}/src/core/tools/qstringmatcher.cpp