Changeset 59472 in vbox
- Timestamp:
- Jan 26, 2016 11:54:57 AM (9 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r59471 r59472 5248 5248 endif 5249 5249 5250 VBOX_QT 4_MOD = QtCore QtGui $(if $(VBOX_GUI_USE_QGL),QtOpenGL,)5251 VBOX_QT 4_MOD_NAMES = $(foreach qtmod,$(VBOX_QT4_MOD),$(qtmod)$(VBOX_QT_INFIX))5250 VBOX_QT_MOD = QtCore QtGui $(if $(VBOX_GUI_USE_QGL),QtOpenGL,) 5251 VBOX_QT_MOD_NAMES = $(foreach qtmod,$(VBOX_QT_MOD),$(qtmod)$(VBOX_QT_INFIX)) 5252 5252 5253 5253 # Hack LD_LIBRARY_PATH for stuff in tools. -
trunk/Makefile.kmk
r59471 r59472 153 153 qt4-bin_MODE = 755 154 154 qt4-bin_INST = $(INST_VIRTUALBOX)Contents/ 155 qt4-bin_SOURCES = $(foreach qtmod,$(VBOX_QT 4_MOD_NAMES) \155 qt4-bin_SOURCES = $(foreach qtmod,$(VBOX_QT_MOD_NAMES) \ 156 156 ,$(PATH_SDK_QT4_LIB)/$(qtmod).framework/Versions/4/$(qtmod)=>Frameworks/$(qtmod).framework/Versions/4/$(qtmod) \ 157 157 $(PATH_SDK_QT4_LIB)/$(qtmod).framework/Contents/Info.plist=>Frameworks/$(qtmod).framework/Versions/4/Resources/Info.plist \ … … 167 167 $(VBOX_PATH_QT)/plugins/accessible/libqtaccessiblewidgets.dylib=>MacOS/accessible/libqtaccessiblewidgets.dylib 168 168 endif 169 qt4-bin_SYMLINKS = $(foreach qtmod, $(VBOX_QT 4_MOD_NAMES) \169 qt4-bin_SYMLINKS = $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \ 170 170 ,Frameworks/$(qtmod).framework/Versions/Current=>4 \ 171 171 Frameworks/$(qtmod).framework/$(qtmod)=>Versions/4/$(qtmod) \ … … 179 179 qt4-bin_INST = $(INST_BIN) 180 180 qt4-bin_SOURCES = \ 181 $(foreach qtmod,$(VBOX_QT 4_MOD_NAMES),$(call VBOX_RE_SIGN_DLL_FN,qt4-bin,$(VBOX_PATH_QT_LIB)/$(qtmod)4$(SUFF_DLL))) \181 $(foreach qtmod,$(VBOX_QT_MOD_NAMES),$(call VBOX_RE_SIGN_DLL_FN,qt4-bin,$(VBOX_PATH_QT_LIB)/$(qtmod)4$(SUFF_DLL))) \ 182 182 $(call VBOX_RE_SIGN_DLL_FN,qt4-bin,$(VBOX_PATH_QT)/plugins/accessible/qtaccessiblewidgets4$(SUFF_DLL))=>accessible/qtaccessiblewidgets4$(SUFF_DLL) 183 183 ifdef VBOX_WITH_QT_PDBS 184 184 qt4-bin_SOURCES += \ 185 $(foreach qtmod,$(VBOX_QT 4_MOD_NAMES),$(VBOX_PATH_QT_LIB)/$(qtmod)4.pdb) \185 $(foreach qtmod,$(VBOX_QT_MOD_NAMES),$(VBOX_PATH_QT_LIB)/$(qtmod)4.pdb) \ 186 186 $(VBOX_PATH_QT)/plugins/accessible/qtaccessiblewidgets4.pdb=>accessible/qtaccessiblewidgets4.pdb 187 187 endif … … 191 191 qt4-bin_INST = $(INST_BIN) 192 192 qt4-bin_SOURCES = \ 193 $(foreach qtmod,$(VBOX_QT 4_MOD_NAMES),$(VBOX_PATH_QT_LIB)/lib$(qtmod)$(SUFF_DLL).4) \193 $(foreach qtmod,$(VBOX_QT_MOD_NAMES),$(VBOX_PATH_QT_LIB)/lib$(qtmod)$(SUFF_DLL).4) \ 194 194 $(VBOX_PATH_QT)/plugins/accessible/libqtaccessiblewidgets$(SUFF_DLL)=>accessible/libqtaccessiblewidgets$(SUFF_DLL) 195 195 endif -
trunk/src/VBox/Installer/darwin/Makefile.kmk
r59471 r59472 339 339 340 340 VBOX_DI_VBAPP_DYLIBS = \ 341 $(foreach qtmod, $(VBOX_QT 4_MOD_NAMES), Frameworks/$(qtmod).framework/Versions/4/$(qtmod)) \341 $(foreach qtmod, $(VBOX_QT_MOD_NAMES), Frameworks/$(qtmod).framework/Versions/4/$(qtmod)) \ 342 342 MacOS/VBoxDD.dylib \ 343 343 MacOS/VBoxDD2.dylib \ … … 513 513 Frameworks/QtGui$(VBOX_QT_INFIX).framework/Versions/4/Resources/qt_menu.nib/info.nib \ 514 514 Frameworks/QtGui$(VBOX_QT_INFIX).framework/Versions/4/Resources/qt_menu.nib/keyedobjects.nib \ 515 $(foreach qtmod, $(VBOX_QT 4_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) 516 516 517 517 VBOX_DI_VBAPP_SYMLINKS = \ 518 518 Resources/VirtualBoxVM.app/Contents/MacOS=>../../../MacOS/ \ 519 519 Resources/vmstarter.app/Contents/MacOS=>../../../MacOS/ \ 520 $(foreach qtmod, $(VBOX_QT 4_MOD_NAMES) \520 $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \ 521 521 ,Frameworks/$(qtmod).framework/Versions/Current=>4 ) 522 522 ifndef VBOX_NOT_OSX_105 523 VBOX_DI_VBAPP_SYMLINKS += $(foreach qtmod, $(VBOX_QT 4_MOD_NAMES) \523 VBOX_DI_VBAPP_SYMLINKS += $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \ 524 524 ,Frameworks/$(qtmod).framework/$(qtmod)=>Versions/4/$(qtmod) \ 525 525 Frameworks/$(qtmod).framework/Resources=>Versions/4/Resources/ ) … … 678 678 if 1 679 679 @# We cannot use @executable_path together with setuid binaries, dyld gets upset about it. So, fix Qt libs and users. 680 $(foreach qtmod, $(VBOX_QT 4_MOD_NAMES) \680 $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \ 681 681 ,install_name_tool -id /Applications/VirtualBox.app/Contents/Frameworks/$(qtmod).framework/Versions/4/$(qtmod) \ 682 682 $(VBOX_PATH_VBOX_APP_TMP)/Contents/Frameworks/$(qtmod).framework/Versions/4/$(qtmod)$(NLTAB) ) … … 686 686 $(VBOX_DI_VBAPP_PROGS) \ 687 687 ,install_name_tool \ 688 $(foreach qtmod, $(VBOX_QT 4_MOD_NAMES), \688 $(foreach qtmod, $(VBOX_QT_MOD_NAMES), \ 689 689 -change @executable_path/../Frameworks/$(qtmod).framework/Versions/4/$(qtmod) \ 690 690 /Applications/VirtualBox.app/Contents/Frameworks/$(qtmod).framework/Versions/4/$(qtmod) \ … … 713 713 @# Signed the binaries and the application bundle. 714 714 ifdef VBOX_SIGNING_MODE 715 $(foreach qtmod, $(VBOX_QT 4_MOD_NAMES) \715 $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \ 716 716 ,$(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_QT 4_MOD_NAMES) \717 $(foreach qtmod, $(VBOX_QT_MOD_NAMES) \ 718 718 ,$(NLTAB)$(call VBOX_SIGN_BUNDLE_FN,$(VBOX_PATH_VBOX_APP_TMP)/Contents/Frameworks/$(qtmod).framework/Versions/4,org.virtualbox.app.frameworks.$(qtmod)) ) 719 719 $(foreach dylib, \
Note:
See TracChangeset
for help on using the changeset viewer.