mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 19:02:48 +00:00
13 lines
292 B
CMake
13 lines
292 B
CMake
project(kwebkitpart)
|
|
|
|
# search packages used by KDE
|
|
find_package(KDE4Internal REQUIRED)
|
|
include(KDE4Defaults)
|
|
include(MacroLibrary)
|
|
add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
|
|
|
|
|
|
add_subdirectory(icons)
|
|
add_subdirectory(src)
|
|
|
|
include(MacroOptionalAddSubdirectory)
|