OSDN Git Service

copyright update
[kde/Katie.git] / cmake / Qt4UseFile.cmake
1 # This file is a dull UseQt4 CMake file replacement, it is separate on purpose since it is ment to
2 # be included from the build system of the project using it and populates the current scope with
3 # header paths and definitions that may otherwise not be wanted. It is also ment to be included
4 # after KatieConfig.cmake which defines KATIE_DEFINITIONS and KATIE_INCLUDES. End of drama.
5
6 if(NOT KATIE_COMPAT EQUAL FALSE AND NOT KATIE_COMPAT EQUAL OFF)
7     add_definitions(${KATIE_DEFINITIONS})
8     include_directories(${KATIE_INCLUDES})
9 endif()