Changeset 99849 in vbox
- Timestamp:
- May 18, 2023 1:11:34 PM (23 months ago)
- svn:sync-xref-src-repo-rev:
- 157487
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r99848 r99849 7684 7684 endif # qt6 7685 7685 else if1of ($(KBUILD_TARGET), linux solaris) 7686 7686 VBOX_PATH_QT ?= $(lastword $(sort $(wildcard $(KBUILD_DEVTOOLS_TRG)/qt/v5*))) 7687 7687 ifneq ($(VBOX_PATH_QT),) 7688 7688 VBOX_WITH_ORACLE_QT = 1 … … 7723 7723 endif 7724 7724 else if1of ($(KBUILD_TARGET), linux freebsd netbsd openbsd solaris win) 7725 7725 VBOX_QT_MOD += Qt5Core Qt5Gui Qt5Widgets Qt5PrintSupport $(if $(VBOX_GUI_USE_QGL),Qt5OpenGL,) 7726 7726 if1of ($(KBUILD_TARGET), linux freebsd netbsd openbsd solaris) 7727 7728 7729 7730 7731 7732 7733 7734 7727 VBOX_QT_MOD += Qt5DBus Qt5Xml Qt5XcbQpa Qt5X11Extras 7728 VBOX_QT_PLUGINS = \ 7729 plugins/platforms/libqxcb.so \ 7730 plugins/platformthemes/libqgtk2.so \ 7731 plugins/platformthemes/libqgtk3.so \ 7732 plugins/sqldrivers/libqsqlite.so \ 7733 plugins/styles/libqgtk2style.so \ 7734 plugins/xcbglintegrations/libqxcb-glx-integration.so 7735 7735 else ifeq ($(KBUILD_TARGET),win) 7736 7736 VBOX_QT_MOD += Qt5WinExtras 7737 7737 endif # win 7738 7738 endif # linux freebsd netbsd openbsd solaris win … … 7742 7742 VBOX_QT_MOD += QtHelp QtNetwork QtSql 7743 7743 else if1of ($(KBUILD_TARGET), linux freebsd netbsd openbsd solaris win) 7744 VBOX_QT_MOD+= Qt5Help Qt5Network Qt5Sql7744 VBOX_QT_MOD += Qt5Help Qt5Network Qt5Sql 7745 7745 endif 7746 7746 endif
Note:
See TracChangeset
for help on using the changeset viewer.