From: andersca Date: Sun, 27 Aug 2006 22:18:36 +0000 (+0000) Subject: Forgot this too (doh!) X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=a79b1ac252cb3ce5441c277baf88ad16a23a5615 Forgot this too (doh!) git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16063 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f5a69ab112aa..e8dd5d2a8bf6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +48,7 @@ add_definitions( -DBUILDING_QT__=1 ) add_subdirectory( JavaScriptCore ) add_subdirectory( WebCore ) add_subdirectory( WebKitTools/QtLauncher ) +add_subdirectory( WebKitTools/DumpRenderTree/DumpRenderTree.qtproj ) include_directories ( BEFORE ${CMAKE_CURRENT_BINARY_DIR} )