mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
correct some comments in top-level CMake file [ci skip]
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
b06f2a06ff
commit
cff294892d
1 changed files with 5 additions and 5 deletions
|
@ -77,7 +77,7 @@ set(KATIE_GIT "unstable-${KATIE_VERSION}")
|
||||||
|
|
||||||
# components and tools that will be build, changed depending on the requirements availability
|
# components and tools that will be build, changed depending on the requirements availability
|
||||||
# NOTE: excluding DesignerComponents as it was never used as public component, currently only
|
# NOTE: excluding DesignerComponents as it was never used as public component, currently only
|
||||||
# used by the the disigner tool. if it is ever needed for something it can just be added here
|
# used by the the designer tool. if it is ever needed for something it can just be added here
|
||||||
# and that's it - the rest of the build system has everything in place.
|
# and that's it - the rest of the build system has everything in place.
|
||||||
set(KATIE_COMPONENTS "Core Gui Declarative Designer Network Sql Svg Xml Script ScriptTools Test UiTools")
|
set(KATIE_COMPONENTS "Core Gui Declarative Designer Network Sql Svg Xml Script ScriptTools Test UiTools")
|
||||||
set(KATIE_TOOLS "moc uic rcc lupdate lrelease lconvert designer qscript qtconfig")
|
set(KATIE_TOOLS "moc uic rcc lupdate lrelease lconvert designer qscript qtconfig")
|
||||||
|
@ -175,8 +175,8 @@ add_feature_info(accessibility WITH_ACCESSIBILITY "build accessibility support")
|
||||||
|
|
||||||
include(mkspecs/mkspecs.cmake)
|
include(mkspecs/mkspecs.cmake)
|
||||||
|
|
||||||
# these conditionals are probably going to become default in the future
|
|
||||||
add_definitions(
|
add_definitions(
|
||||||
|
# these conditionals are probably going to become default in the future
|
||||||
-DQT_POSIX_IPC
|
-DQT_POSIX_IPC
|
||||||
-DQT_USE_SYSTEM_PROXIES
|
-DQT_USE_SYSTEM_PROXIES
|
||||||
# -DQT_STRICT_ITERATORS
|
# -DQT_STRICT_ITERATORS
|
||||||
|
@ -229,7 +229,7 @@ configure_file(
|
||||||
${CMAKE_BINARY_DIR}/include/QtCore/qglobal.h
|
${CMAKE_BINARY_DIR}/include/QtCore/qglobal.h
|
||||||
)
|
)
|
||||||
|
|
||||||
# v1.2.0+ for compressBound()
|
# v1.2.0+ required for compressBound()
|
||||||
find_package(ZLIB 1.2.0)
|
find_package(ZLIB 1.2.0)
|
||||||
set_package_properties(ZLIB PROPERTIES
|
set_package_properties(ZLIB PROPERTIES
|
||||||
PURPOSE "Required for compression support"
|
PURPOSE "Required for compression support"
|
||||||
|
@ -331,7 +331,7 @@ set_package_properties(NSL PROPERTIES
|
||||||
TYPE RECOMMENDED
|
TYPE RECOMMENDED
|
||||||
)
|
)
|
||||||
|
|
||||||
# v1.5.4+ for png_longjmp_ptr() without noreturn attribute
|
# v1.5.4+ required for png_longjmp_ptr() without noreturn attribute
|
||||||
find_package(PNG 1.5.4)
|
find_package(PNG 1.5.4)
|
||||||
set_package_properties(PNG PROPERTIES
|
set_package_properties(PNG PROPERTIES
|
||||||
PURPOSE "PNG format handler"
|
PURPOSE "PNG format handler"
|
||||||
|
@ -348,7 +348,7 @@ set_package_properties(JPEG PROPERTIES
|
||||||
TYPE RECOMMENDED
|
TYPE RECOMMENDED
|
||||||
)
|
)
|
||||||
|
|
||||||
# v3.6.0+ for TIFFReadRGBAImageOriented()
|
# v3.6.0+ required for TIFFReadRGBAImageOriented()
|
||||||
find_package(TIFF 3.6.0)
|
find_package(TIFF 3.6.0)
|
||||||
set_package_properties(TIFF PROPERTIES
|
set_package_properties(TIFF PROPERTIES
|
||||||
PURPOSE "TIFF format handler"
|
PURPOSE "TIFF format handler"
|
||||||
|
|
Loading…
Add table
Reference in a new issue