-use KDE4_INCLUDES instead of KDE4_INCLUDE_DIR and QT_INCLUDES

Alex

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=522728
This commit is contained in:
Alexander Neundorf 2006-03-26 14:52:52 +00:00
parent 388d6752bf
commit 842830bc29
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
kde4_header()
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} )
include_directories( ${KDE4_INCLUDES} )
########### next target ###############

View File

@ -1,5 +1,5 @@
kde4_header()
include_directories( ${CMAKE_SOURCE_DIR}/workspace/plasma/lib ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} )
include_directories( ${CMAKE_SOURCE_DIR}/workspace/plasma/lib ${KDE4_INCLUDES} )
########### next target ###############