mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
generic: drop use of Boost_INCLUDE_DIRS
This commit is contained in:
parent
37923c4b8b
commit
329d10f7e7
8 changed files with 0 additions and 9 deletions
|
@ -1,7 +1,5 @@
|
|||
########### next target ###############
|
||||
|
||||
include_directories(${Boost_INCLUDE_DIR})
|
||||
|
||||
set(akregatorinterfaces_LIB_SRCS
|
||||
command.cpp
|
||||
feedlistmanagementinterface.cpp
|
||||
|
|
|
@ -7,7 +7,6 @@ include_directories(
|
|||
${PROJECT_BINARY_DIR}
|
||||
${KDE4_INCLUDE_DIR}
|
||||
${QT_INCLUDES}
|
||||
${Boost_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
set(libmetakitlocal_SRCS
|
||||
|
|
|
@ -6,7 +6,6 @@ include_directories(
|
|||
${QT_INCLUDES}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${Boost_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
########### next target ###############
|
||||
|
|
|
@ -6,7 +6,6 @@ include_directories(
|
|||
${QT_INCLUDES}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${Boost_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
set(akregator_sharemicroblog_plugin_SRCS sharemicroblogplugin.cpp)
|
||||
|
|
|
@ -4,7 +4,6 @@ add_subdirectory(about)
|
|||
add_subdirectory(icons)
|
||||
|
||||
include_directories(
|
||||
${Boost_INCLUDE_DIR}
|
||||
${PROJECT_SOURCE_DIR}/interfaces
|
||||
${PROJECT_BINARY_DIR}/interfaces
|
||||
)
|
||||
|
|
|
@ -15,7 +15,6 @@ macro_log_feature(QCA2_FOUND "QCA2" "Qt Cryptographic Architecture" "http://delt
|
|||
|
||||
macro_optional_find_package(KdepimLibs)
|
||||
macro_log_feature(KDEPIMLIBS_FOUND "kdepimlibs" "KDE PIM libraries" "http://www.kde.org" FALSE "" "Needed for building several Plasma plugins")
|
||||
find_package(Boost)
|
||||
|
||||
set(LIBATTICA_MIN_VERSION "0.1.1")
|
||||
macro_optional_find_package(LibAttica)
|
||||
|
|
|
@ -55,7 +55,6 @@ set(LANCELOT_DATAMODELS_LIBS
|
|||
FORCE)
|
||||
|
||||
include_directories(
|
||||
${Boost_INCLUDE_DIR}
|
||||
${CMAKE_SOURCE_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
|
|
|
@ -3,7 +3,6 @@ set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
|
|||
include_directories(
|
||||
${CMAKE_SOURCE_DIR}/syndication
|
||||
${CMAKE_BINARY_DIR}/syndication
|
||||
${Boost_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
########### next target ###############
|
||||
|
|
Loading…
Add table
Reference in a new issue