Changeset 88176 in vbox
- Timestamp:
- Mar 18, 2021 8:44:20 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r88175 r88176 384 384 385 385 VBOX_DI_VBAPP_DYLIBS = \ 386 $(foreach qtmod, $(VBOX_QT_MOD_NAMES), Frameworks/$(qtmod).framework/Versions/$(VBOX_QT_VERSION_MAJOR)/$(qtmod)) \387 386 MacOS/VBoxDD.dylib \ 388 387 MacOS/VBoxDD2.dylib \ … … 522 521 ifdef VBOX_WITH_QTGUI 523 522 VBOX_DI_VBAPP_DYLIBS += \ 523 $(foreach qtmod, $(VBOX_QT_MOD_NAMES), Frameworks/$(qtmod).framework/Versions/$(VBOX_QT_VERSION_MAJOR)/$(qtmod)) \ 524 524 plugins/platforms/libqcocoa$(SUFF_DLL) \ 525 525 plugins/platforms/libqminimal$(SUFF_DLL) \ … … 708 708 @# Sign the binaries and the application bundle. 709 709 ifdef VBOX_SIGNING_MODE 710 ifdef VBOX_WITH_QTGUI 710 711 $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \ 711 712 ,$(NLTAB)$(call VBOX_SIGN_MACHO_FN,$(VBOX_PATH_VBOX_APP_TMP)/Contents/Frameworks/$(qtmod).framework/Versions/$(VBOX_QT_VERSION_MAJOR)/$(qtmod),org.virtualbox.app.frameworks.$(qtmod)) ) 712 713 $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \ 713 714 ,$(NLTAB)$(call VBOX_SIGN_BUNDLE_FN,$(VBOX_PATH_VBOX_APP_TMP)/Contents/Frameworks/$(qtmod).framework/Versions/$(VBOX_QT_VERSION_MAJOR),org.virtualbox.app.frameworks.$(qtmod)) ) 715 endif 714 716 $(foreach dylib, \ 715 717 $(VBOX_DI_VBAPP_DYLIBS) \
Note:
See TracChangeset
for help on using the changeset viewer.