cmake: remove the include dir hack, and put the source dir as first

This commit is contained in:
Pino Toscano 2011-06-01 10:50:28 +02:00
parent 505139af31
commit 8951699475

View file

@ -12,9 +12,8 @@ macro_log_feature(QIMAGEBLITZ_FOUND "QImageBlitz" "An image effects library" "ht
add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
include_directories(
${KDE4_INCLUDES}
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/..
${KDE4_INCLUDES}
${QIMAGEBLITZ_INCLUDES}
)