Skip to content

Commit 38827fe

Browse files
committed
Bug #2524: Addition of CMake build files - support for "QtHelp"
The activation of Qt's help module was added to the build specification for the graphical user interface. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
1 parent 106ec9b commit 38827fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gui/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ find_package(Qt4)
77
IF(QT4_FOUND)
88

99
# Add needed Qt modules
10+
set(QT_USE_QTHELP TRUE)
1011
set(QT_USE_QTMAIN TRUE)
1112
set(QT_USE_QTXML TRUE)
1213
include(${QT_USE_FILE})
@@ -27,6 +28,7 @@ SET(CPPCHECK_GUI_HEADERS
2728
common.h
2829
csvreport.h
2930
fileviewdialog.h
31+
helpwindow.h
3032
mainwindow.h
3133
projectfile.h
3234
report.h

0 commit comments

Comments
 (0)