Changeset 12948 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 2, 2008 4:48:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r12947 r12948 481 481 482 482 483 if1of ($(KBUILD_TARGET), darwin win)484 #485 # Install the Qt accessible plugin.486 #487 ## @todo solaris, all linux distros where we distribute Qt4 on our own488 ## @todo r=bird: Does this really have to be in <appdir>/accessible? Why can489 # it be put together with the other Qt files? That way it will490 # be more generic wrt to places where we don't install Qt. It also491 # means this installing should be moved and doesn't belong in qt4.kmk.492 INSTALLS += VirtualBox4-accessible493 VirtualBox4-accessible_INST = $(INST_BIN)accessible/494 VirtualBox4-accessible_INST.darwin = $(INST_VIRTUALBOX)Contents/MacOS/accessible/495 VirtualBox4-accessible_MODE = 0755496 ifeq ($(KBUILD_TARGET),win)497 VirtualBox4-accessible_SOURCES = $(VBOX_PATH_QT4)/plugins/accessible/qtaccessiblewidgets4.dll498 else ifneq ($(KBUILD_TARGET,darwin))499 VirtualBox4-accessible_SOURCES = $(VBOX_PATH_QT4)/plugins/accessible/libqtaccessiblewidgets4$(SUFF_DLL)500 $(error fixme)501 else502 # We need to fix the dep lib paths here, so a bit extra work.503 ## @todo r=bird: does this magic actually work for the hardended builds too? or is that handled in the installer???504 VirtualBox4-accessible_SOURCES = $(VBOX_VIRTUALBOX4_OUT_DIR)/accessible/libqtaccessiblewidgets.dylib505 VirtualBox4-accessible_CLEAN = $(VirtualBox4-accessible_SOURCES)506 VirtualBox4-accessible_BLDDIRS = $(dir $(VirtualBox4-accessible_SOURCES))507 $(VirtualBox4-accessible_SOURCES): $(VBOX_PATH_QT4)/plugins/accessible/libqtaccessiblewidgets.dylib | $$(dir $$@)508 $(call MSG_TOOL,install_name_tool,accessible,$<,$@)509 $(QUIET)$(INSTALL) $< $@510 $(QUIET)install_name_tool \511 -change QtCore.framework/Versions/4/QtCore \512 @executable_path/../Frameworks/QtCore.framework/Versions/4/QtCore \513 -change QtGui.framework/Versions/4/QtGui \514 @executable_path/../Frameworks/QtGui.framework/Versions/4/QtGui \515 $@516 endif517 endif518 519 483 ifeq ($(KBUILD_TARGET),darwin) 520 484 #
Note:
See TracChangeset
for help on using the changeset viewer.