Changeset 89825 in vbox
- Timestamp:
- Jun 21, 2021 2:47:52 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145282
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r89669 r89825 358 358 ifdef VBOX_WITH_ORACLE_QT 359 359 SOLARIS_STRIP_BINS += \ 360 libQt5CoreVBox.so.5 \ 361 libQt5GuiVBox.so.5 \ 362 libQt5XcbQpaVBox.so.5 \ 363 libQt5PrintSupportVBox.so.5 \ 364 libQt5HelpVBox.so.5 \ 365 libQt5NetworkVBox.so.5 \ 366 libQt5SqlVBox.so.5 \ 367 libQt5DBusVBox.so.5 \ 368 libQt5X11ExtrasVBox.so.5 \ 369 libQt5WidgetsVBox.so.5 \ 370 plugins/platforms/libqxcb.so \ 371 plugins/platformthemes/libqgtk2.so \ 372 plugins/platformthemes/libqgtk3.so \ 373 plugins/sqldrivers/libqsqlite.so \ 374 plugins/styles/libqgtk2style.so \ 375 plugins/xcbglintegrations/libqxcb-glx-integration.so \ 376 $(if $(VBOX_GUI_USE_QGL),libQt5OpenGLVBox.so.5,) 360 $(notdir $(wildcard $(PATH_STAGE_BIN)/lib*VBox*)) \ 361 $(VBOX_QT_PLUGINS) 377 362 endif 378 363 endif #VBOX_WITH_QTGUI
Note:
See TracChangeset
for help on using the changeset viewer.