mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
12 lines
454 B
CMake
12 lines
454 B
CMake
include_directories( ${CMAKE_CURRENT_SOURCE_DIR}
|
|
${CMAKE_CURRENT_BINARY_DIR}
|
|
${QT_INCLUDE_DIR}
|
|
${QT_QTCORE_INCLUDE_DIR} )
|
|
|
|
# Cannot compile with enable-final because of too many "using namespace" in
|
|
# .cpp files, leading to conflicts e.g. between
|
|
# Solid::Backends::Hal::AcAdapter and Solid::Ifaces::AcAdapter
|
|
kde4_no_enable_final(solid)
|
|
|
|
add_subdirectory( solid )
|
|
add_subdirectory( tests )
|