mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
remove cotire support
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5f676b2a85
commit
63d964e345
2 changed files with 0 additions and 3861 deletions
|
@ -121,9 +121,6 @@ add_feature_info(x11 WITH_X11 "an open source something")
|
||||||
option(KATIE_BOOTSTRAP "Build only core tools" OFF)
|
option(KATIE_BOOTSTRAP "Build only core tools" OFF)
|
||||||
add_feature_info(bootstrap KATIE_BOOTSTRAP "internal build option")
|
add_feature_info(bootstrap KATIE_BOOTSTRAP "internal build option")
|
||||||
|
|
||||||
option(KATIE_COTIRE "Build with pre-compiled headers" OFF)
|
|
||||||
add_feature_info(cotire KATIE_COTIRE "use with caution")
|
|
||||||
|
|
||||||
option(WITH_OPENGLES1 "Build opengles1 support" OFF)
|
option(WITH_OPENGLES1 "Build opengles1 support" OFF)
|
||||||
add_feature_info(opengles1 WITH_OPENGLES1 "an open source something")
|
add_feature_info(opengles1 WITH_OPENGLES1 "an open source something")
|
||||||
|
|
||||||
|
@ -614,37 +611,6 @@ katie_generate_obsolete(customwidget.h QtDesginer ../QtUiTools/customwidget.h)
|
||||||
file(GLOB TRANSLATIONS "translations/*.ts")
|
file(GLOB TRANSLATIONS "translations/*.ts")
|
||||||
katie_translations(${TRANSLATIONS})
|
katie_translations(${TRANSLATIONS})
|
||||||
|
|
||||||
if(KATIE_COTIRE)
|
|
||||||
include(cotire)
|
|
||||||
cotire(KtCore)
|
|
||||||
cotire(KtXml)
|
|
||||||
if(NOT KATIE_BOOTSTRAP)
|
|
||||||
if(WITH_DBUS AND DBUS_FOUND)
|
|
||||||
cotire(KtDBus)
|
|
||||||
endif()
|
|
||||||
cotire(KtDeclarative)
|
|
||||||
cotire(KtDesigner)
|
|
||||||
cotire(KtGui)
|
|
||||||
cotire(KtHelp)
|
|
||||||
cotire(KtMultimedia)
|
|
||||||
cotire(KtNetwork)
|
|
||||||
if(WITH_OPENGL AND OPENGL_FOUND)
|
|
||||||
cotire(KtOpenGL)
|
|
||||||
endif()
|
|
||||||
cotire(KtPhonon)
|
|
||||||
cotire(KtScript)
|
|
||||||
cotire(KtScriptTools)
|
|
||||||
cotire(KtSql)
|
|
||||||
cotire(KtSvg)
|
|
||||||
cotire(KtTest)
|
|
||||||
cotire(KtUiTools)
|
|
||||||
if(KATIE_PLATFORM MATCHES "(win32|wince)")
|
|
||||||
cotire(ktmain)
|
|
||||||
endif()
|
|
||||||
cotire(KtXmlPatterns)
|
|
||||||
endif()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
katie_fixup_string("${KATIE_DEFINITIONS}" KATIE_DEFINITIONS)
|
katie_fixup_string("${KATIE_DEFINITIONS}" KATIE_DEFINITIONS)
|
||||||
|
|
||||||
configure_file(
|
configure_file(
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue