VirtualBox

Changeset 86571 in vbox


Ignore:
Timestamp:
Oct 14, 2020 11:22:35 AM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9831. Adding QtHelp and its dependencies to our GUI's dependencies.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r86444 r86571  
    69276927  VBOX_QT_MOD = QtCore QtGui QtWidgets QtPrintSupport QtMacExtras $(if $(VBOX_GUI_USE_QGL),QtOpenGL,)
    69286928 else if1of ($(KBUILD_TARGET), linux freebsd netbsd openbsd solaris win)
    6929   VBOX_QT_MOD += Qt5Core Qt5Gui Qt5Widgets Qt5PrintSupport $(if $(VBOX_GUI_USE_QGL),Qt5OpenGL,)
     6929  VBOX_QT_MOD += Qt5Core Qt5Gui Qt5Widgets Qt5PrintSupport Qt5Help Qt5Network Qt5CLucene Qt5Sql $(if $(VBOX_GUI_USE_QGL),Qt5OpenGL,)
    69306930  if1of ($(KBUILD_TARGET), linux freebsd netbsd openbsd solaris)
    69316931   VBOX_QT_MOD += Qt5DBus Qt5XcbQpa Qt5X11Extras
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r86539 r86571  
    427427 UICommon_LDFLAGS.darwin += -framework OpenGL
    428428endif
    429 
    430429
    431430#
     
    989988        src/globals/UIVirtualBoxEventHandler.cpp \
    990989        src/globals/UIVirtualBoxClientEventHandler.cpp \
     990        src/helpbrowser/UIHelpBrowserWidget.cpp \
    991991        src/logviewer/UIVMLogViewerFilterPanel.cpp \
    992992        src/logviewer/UIVMLogViewerSearchPanel.cpp \
     
    15291529UICommon_QT_MODULES.darwin  += MacExtras
    15301530UICommon_QT_MODULES.win     += WinExtras
     1531UICommon_QT_MODULES         += Help
    15311532ifdef VBOX_GUI_WITH_QTGLFRAMEBUFFER
    15321533 UICommon_QT_MODULES += OpenGL
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette