VirtualBox

Changeset 88176 in vbox


Ignore:
Timestamp:
Mar 18, 2021 8:44:20 AM (4 years ago)
Author:
vboxsync
Message:

Installer/darwin: Try just make stuff build without qt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/Makefile.kmk

    r88175 r88176  
    384384
    385385VBOX_DI_VBAPP_DYLIBS = \
    386         $(foreach qtmod, $(VBOX_QT_MOD_NAMES), Frameworks/$(qtmod).framework/Versions/$(VBOX_QT_VERSION_MAJOR)/$(qtmod)) \
    387386        MacOS/VBoxDD.dylib \
    388387        MacOS/VBoxDD2.dylib \
     
    522521ifdef VBOX_WITH_QTGUI
    523522 VBOX_DI_VBAPP_DYLIBS += \
     523        $(foreach qtmod, $(VBOX_QT_MOD_NAMES), Frameworks/$(qtmod).framework/Versions/$(VBOX_QT_VERSION_MAJOR)/$(qtmod)) \
    524524        plugins/platforms/libqcocoa$(SUFF_DLL) \
    525525        plugins/platforms/libqminimal$(SUFF_DLL) \
     
    708708        @# Sign the binaries and the application bundle.
    709709ifdef VBOX_SIGNING_MODE
     710 ifdef VBOX_WITH_QTGUI
    710711        $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \
    711712                ,$(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)) )
    712713        $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \
    713714                ,$(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
    714716        $(foreach dylib, \
    715717                $(VBOX_DI_VBAPP_DYLIBS) \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette