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".
3965a08b7b (commit)

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
This commit is contained in:
Markus Elfring 2011-04-27 20:48:58 +02:00
parent 6e48ab4384
commit a1e6382247
1 changed files with 0 additions and 2 deletions

View File

@ -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"