mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
use (almost) the same compat conditions in KatieConfig and Qt4UseFile
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
4697960c57
commit
488c34f295
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# header paths and definitions that may otherwise not be wanted. It is also ment to be included
|
# header paths and definitions that may otherwise not be wanted. It is also ment to be included
|
||||||
# after KatieConfig.cmake which defines KATIE_DEFINITIONS and KATIE_INCLUDES. End of drama.
|
# after KatieConfig.cmake which defines KATIE_DEFINITIONS and KATIE_INCLUDES. End of drama.
|
||||||
|
|
||||||
if(KATIE_COMPAT)
|
if(NOT KATIE_COMPAT EQUAL FALSE AND NOT KATIE_COMPAT EQUAL OFF)
|
||||||
add_definitions(${KATIE_DEFINITIONS})
|
add_definitions(${KATIE_DEFINITIONS})
|
||||||
include_directories(${KATIE_INCLUDES})
|
include_directories(${KATIE_INCLUDES})
|
||||||
endif()
|
endif()
|
Loading…
Add table
Reference in a new issue