mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
build bootstrap moc without regular expression feature
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
fe28b68061
commit
83f4a6098d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue