# HG changeset patch # User SokoL_SD # Date 1247825523 0 # Node ID e1e8a95dc4010cd649269f974ed905b5e1cadca4 # Parent 846b89285e2b862e3d8b1753205debc0c2d5ea8f Remove some debug code from the CMake script. diff -r 846b89285e2b -r e1e8a95dc401 CMakeLists.txt --- a/CMakeLists.txt Fri Jul 17 10:08:52 2009 +0000 +++ b/CMakeLists.txt Fri Jul 17 10:12:03 2009 +0000 @@ -3,7 +3,6 @@ FIND_PACKAGE(Qt4 REQUIRED) set (QT_USE_QTMAIN false) set (QT_USE_QTGUI false) -include(${QT_USE_FILE} ${CMAKE_CURRENT_SOURCE_DIR}) ##-------------------------------------------- ## Settings. @@ -290,7 +289,6 @@ endforeach(cpp_source ${cpp_files}) foreach (cpp_source ${cpp_generated_files}) set(cpp_sources ${cpp_sources} ${CMAKE_BINARY_DIR}/cpp/${cpp_source}.cpp) - message(${CMAKE_BINARY_DIR}/cpp/${cpp_source}.cpp) endforeach(cpp_source ${cpp_generated_files}) foreach(d_source ${d_version_files}) set(d_sources ${d_sources} ${CMAKE_SOURCE_DIR}/qt/d${D_VERSION}/qt/${d_source}.d) diff -r 846b89285e2b -r e1e8a95dc401 build/gui.txt --- a/build/gui.txt Fri Jul 17 10:08:52 2009 +0000 +++ b/build/gui.txt Fri Jul 17 10:12:03 2009 +0000 @@ -2,7 +2,6 @@ qt4_generate_moc(cpp/qt_gui/UrlHandler_shell.h ${CMAKE_CURRENT_BINARY_DIR}/cpp/qt_gui/UrlHandler_shell_moc.cpp ) -messagE(${CMAKE_CURRENT_BINARY_DIR}/cpp/qt_gui/UrlHandler_shell_moc.cpp) set (cpp_files qt_gui/UrlHandler_shell ) set (cpp_generated_files qt_gui/UrlHandler_shell_moc) #set (d_files gui/UrlHandler)