VirtualBox

Changeset 12948 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Oct 2, 2008 4:48:50 PM (16 years ago)
Author:
vboxsync
Message:

VirtualBox4: moving VirtualBox4-accessible too the root makefile (qt4-bin).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk

    r12947 r12948  
    481481
    482482
    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 own
    488  ## @todo r=bird: Does this really have to be in <appdir>/accessible? Why can
    489  #                it be put together with the other Qt files? That way it will
    490  #                be more generic wrt to places where we don't install Qt. It also
    491  #                means this installing should be moved and doesn't belong in qt4.kmk.
    492  INSTALLS += VirtualBox4-accessible
    493  VirtualBox4-accessible_INST = $(INST_BIN)accessible/
    494  VirtualBox4-accessible_INST.darwin = $(INST_VIRTUALBOX)Contents/MacOS/accessible/
    495  VirtualBox4-accessible_MODE = 0755
    496  ifeq ($(KBUILD_TARGET),win)
    497   VirtualBox4-accessible_SOURCES = $(VBOX_PATH_QT4)/plugins/accessible/qtaccessiblewidgets4.dll
    498  else ifneq ($(KBUILD_TARGET,darwin))
    499   VirtualBox4-accessible_SOURCES = $(VBOX_PATH_QT4)/plugins/accessible/libqtaccessiblewidgets4$(SUFF_DLL)
    500   $(error fixme)
    501  else
    502   # 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.dylib
    505   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  endif
    517 endif
    518 
    519483ifeq ($(KBUILD_TARGET),darwin)
    520484#
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