[Kde-games-devel] git conversion kmahjongg

Stefan Majewsky stefan.majewsky at googlemail.com
Tue Mar 13 20:20:59 UTC 2012


On Tue, Mar 13, 2012 at 8:23 PM, Christian Krippendorf
<Coding at christian-krippendorf.de> wrote:
> find_package(KDE4 REQUIRED)
> include_directories (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}
> ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})

I think the actual idiom is:

find_package(KDE4 REQUIRED)
include(KDE4Defaults)
include_directories(${KDE4_INCLUDES})

Greetings
Stefan


More information about the kde-games-devel mailing list