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:
parent
6e48ab4384
commit
a1e6382247
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue