X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=CMakeLists.txt;h=c7db16bdb0e061d4b3465a9c1815e402a97eb64e;hp=544c80453ca546232d6ecbbbd737beea252868ce;hb=21e3469c8b7a0675e673083aa729ff737120ce13;hpb=0a2a05022d94c9e443d50d151459a552612dca2b diff --git a/CMakeLists.txt b/CMakeLists.txt index 544c80453ca5..c7db16bdb0e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,10 @@ add_definitions (-DUSE_SYSTEM_MALLOC=1) add_subdirectory (JavaScriptCore) add_subdirectory (WebCore) -add_subdirectory (WebKitTools/QtLauncher) add_subdirectory (WebKitTools/DumpRenderTree/DumpRenderTree.qtproj) +IF (WEBKIT_USE_KDE_SUPPORT) + add_subdirectory (WebKitQt/WebKitPart) +ENDIF (WEBKIT_USE_KDE_SUPPORT) + include_directories (BEFORE ${CMAKE_CURRENT_BINARY_DIR})