Changeset 88175 in vbox
- Timestamp:
- Mar 18, 2021 8:38:25 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r88141 r88175 518 518 MacOS/VBoxEFI64.fd 519 519 endif 520 VBOX_DI_VBAPP_SYMLINKS = \ 521 Resources/vmstarter.app/Contents/MacOS=>../../../MacOS/ 522 ifdef VBOX_WITH_QTGUI 520 523 VBOX_DI_VBAPP_DYLIBS += \ 521 plugins/platforms/libqcocoa$(SUFF_DLL) \ 522 plugins/platforms/libqminimal$(SUFF_DLL) \ 523 plugins/platforms/libqoffscreen$(SUFF_DLL) \ 524 plugins/styles/libqmacstyle$(SUFF_DLL) 525 VBOX_DI_VBAPP_MISC_FILES += \ 526 $(foreach qtmod, $(VBOX_QT_MOD_NAMES), Frameworks/$(qtmod).framework/Versions/$(VBOX_QT_VERSION_MAJOR)/Resources/Info.plist) 527 528 VBOX_DI_VBAPP_SYMLINKS = \ 529 Resources/vmstarter.app/Contents/MacOS=>../../../MacOS/ \ 530 $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \ 531 ,Frameworks/$(qtmod).framework/Versions/Current=>$(VBOX_QT_VERSION_MAJOR) ) 532 524 plugins/platforms/libqcocoa$(SUFF_DLL) \ 525 plugins/platforms/libqminimal$(SUFF_DLL) \ 526 plugins/platforms/libqoffscreen$(SUFF_DLL) \ 527 plugins/styles/libqmacstyle$(SUFF_DLL) 528 VBOX_DI_VBAPP_MISC_FILES += \ 529 $(foreach qtmod, $(VBOX_QT_MOD_NAMES), Frameworks/$(qtmod).framework/Versions/$(VBOX_QT_VERSION_MAJOR)/Resources/Info.plist) 530 VBOX_DI_VBAPP_SYMLINKS += \ 531 $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \ 532 ,Frameworks/$(qtmod).framework/Versions/Current=>$(VBOX_QT_VERSION_MAJOR) ) 533 endif 533 534 ifdef VBOX_WITH_PYTHON 534 535 # Python XPCOM glue
Note:
See TracChangeset
for help on using the changeset viewer.