VirtualBox

Changeset 59472 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 26, 2016 11:54:57 AM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: Qt5 migration (part 74): Preparing Qt5 tool: VBOX_QT4_MOD => VBOX_QT_MOD.

File:
1 edited

Legend:

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

    r59471 r59472  
    339339
    340340VBOX_DI_VBAPP_DYLIBS = \
    341         $(foreach qtmod, $(VBOX_QT4_MOD_NAMES), Frameworks/$(qtmod).framework/Versions/4/$(qtmod)) \
     341        $(foreach qtmod, $(VBOX_QT_MOD_NAMES), Frameworks/$(qtmod).framework/Versions/4/$(qtmod)) \
    342342        MacOS/VBoxDD.dylib \
    343343        MacOS/VBoxDD2.dylib \
     
    513513        Frameworks/QtGui$(VBOX_QT_INFIX).framework/Versions/4/Resources/qt_menu.nib/info.nib \
    514514        Frameworks/QtGui$(VBOX_QT_INFIX).framework/Versions/4/Resources/qt_menu.nib/keyedobjects.nib \
    515         $(foreach qtmod, $(VBOX_QT4_MOD_NAMES), Frameworks/$(qtmod).framework/Versions/4/Resources/Info.plist)
     515        $(foreach qtmod, $(VBOX_QT_MOD_NAMES), Frameworks/$(qtmod).framework/Versions/4/Resources/Info.plist)
    516516
    517517VBOX_DI_VBAPP_SYMLINKS = \
    518518        Resources/VirtualBoxVM.app/Contents/MacOS=>../../../MacOS/ \
    519519        Resources/vmstarter.app/Contents/MacOS=>../../../MacOS/ \
    520         $(foreach qtmod, $(VBOX_QT4_MOD_NAMES) \
     520        $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \
    521521        ,Frameworks/$(qtmod).framework/Versions/Current=>4 )
    522522ifndef VBOX_NOT_OSX_105
    523 VBOX_DI_VBAPP_SYMLINKS += $(foreach qtmod, $(VBOX_QT4_MOD_NAMES) \
     523VBOX_DI_VBAPP_SYMLINKS += $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \
    524524        ,Frameworks/$(qtmod).framework/$(qtmod)=>Versions/4/$(qtmod) \
    525525         Frameworks/$(qtmod).framework/Resources=>Versions/4/Resources/ )
     
    678678if 1
    679679        @# We cannot use @executable_path together with setuid binaries, dyld gets upset about it. So, fix Qt libs and users.
    680         $(foreach qtmod, $(VBOX_QT4_MOD_NAMES) \
     680        $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \
    681681                ,install_name_tool -id /Applications/VirtualBox.app/Contents/Frameworks/$(qtmod).framework/Versions/4/$(qtmod) \
    682682                        $(VBOX_PATH_VBOX_APP_TMP)/Contents/Frameworks/$(qtmod).framework/Versions/4/$(qtmod)$(NLTAB) )
     
    686686                $(VBOX_DI_VBAPP_PROGS) \
    687687                ,install_name_tool \
    688                         $(foreach qtmod, $(VBOX_QT4_MOD_NAMES), \
     688                        $(foreach qtmod, $(VBOX_QT_MOD_NAMES), \
    689689                                -change           @executable_path/../Frameworks/$(qtmod).framework/Versions/4/$(qtmod) \
    690690                                /Applications/VirtualBox.app/Contents/Frameworks/$(qtmod).framework/Versions/4/$(qtmod) \
     
    713713        @# Signed the binaries and the application bundle.
    714714ifdef VBOX_SIGNING_MODE
    715         $(foreach qtmod, $(VBOX_QT4_MOD_NAMES) \
     715        $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \
    716716                ,$(NLTAB)$(call VBOX_SIGN_MACHO_FN,$(VBOX_PATH_VBOX_APP_TMP)/Contents/Frameworks/$(qtmod).framework/Versions/4/$(qtmod),org.virtualbox.app.frameworks.$(qtmod)) )
    717         $(foreach qtmod, $(VBOX_QT4_MOD_NAMES) \
     717        $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \
    718718                ,$(NLTAB)$(call VBOX_SIGN_BUNDLE_FN,$(VBOX_PATH_VBOX_APP_TMP)/Contents/Frameworks/$(qtmod).framework/Versions/4,org.virtualbox.app.frameworks.$(qtmod)) )
    719719        $(foreach dylib, \
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