From a1e63822472147b83fc958afbafd076f15170bc1 Mon Sep 17 00:00:00 2001 From: Markus Elfring Date: Wed, 27 Apr 2011 20:48:58 +0200 Subject: [PATCH] Deletion of references to modules "QtHelp" and "QtXml" in the GUI CMake script Two Qt modules are not needed any more in the CMake script for the graphical user interface after the commit "GUI: Open online-help instead of local help". https://github.com/danmar/cppcheck/commit/3965a08b7b9de4b4b79b18513b7e5222d4fa3cd7#commit Signed-off-by: Markus Elfring --- gui/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index db1f66549..a0dc1c1d1 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -6,9 +6,7 @@ find_package(Qt4) IF(QT4_FOUND) # Add needed Qt modules -set(QT_USE_QTHELP TRUE) set(QT_USE_QTMAIN TRUE) -set(QT_USE_QTXML TRUE) include(${QT_USE_FILE}) include_directories("${CPPCHECK_SOURCE_DIR}/lib"