Changeset 86571 in vbox
- Timestamp:
- Oct 14, 2020 11:22:35 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Config.kmk (modified) (1 diff)
-
src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r86444 r86571 6927 6927 VBOX_QT_MOD = QtCore QtGui QtWidgets QtPrintSupport QtMacExtras $(if $(VBOX_GUI_USE_QGL),QtOpenGL,) 6928 6928 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,) 6930 6930 if1of ($(KBUILD_TARGET), linux freebsd netbsd openbsd solaris) 6931 6931 VBOX_QT_MOD += Qt5DBus Qt5XcbQpa Qt5X11Extras -
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r86539 r86571 427 427 UICommon_LDFLAGS.darwin += -framework OpenGL 428 428 endif 429 430 429 431 430 # … … 989 988 src/globals/UIVirtualBoxEventHandler.cpp \ 990 989 src/globals/UIVirtualBoxClientEventHandler.cpp \ 990 src/helpbrowser/UIHelpBrowserWidget.cpp \ 991 991 src/logviewer/UIVMLogViewerFilterPanel.cpp \ 992 992 src/logviewer/UIVMLogViewerSearchPanel.cpp \ … … 1529 1529 UICommon_QT_MODULES.darwin += MacExtras 1530 1530 UICommon_QT_MODULES.win += WinExtras 1531 UICommon_QT_MODULES += Help 1531 1532 ifdef VBOX_GUI_WITH_QTGLFRAMEBUFFER 1532 1533 UICommon_QT_MODULES += OpenGL
Note:
See TracChangeset
for help on using the changeset viewer.

