Created
April 30, 2011 04:09
-
-
Save asrail/949391 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IF(CMAKE_SOURCE_DIR STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}") | |
FIND_PACKAGE(KDE4 REQUIRED) | |
INCLUDE(KDE4Defaults) | |
ADD_DEFINITIONS(${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) | |
ENDIF(CMAKE_SOURCE_DIR STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}") | |
INCLUDE_DIRECTORIES (${CMAKE_BINARY_DIR} ${KDE4_INCLUDES}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment