VirtualBox

Changeset 62828 in vbox


Ignore:
Timestamp:
Aug 1, 2016 4:03:38 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109424
Message:

Using the Qt 5.6.1 for Linux host.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r62534 r62828  
    257257     # ugly but we need to prevent kBuild from hard-linking otherwise we
    258258     # (indirectly) change the binaries in tools
     259     ifneq ($(KBUILD_TARGET),solaris)
     260      QT5_VERSION = 5.6.1
     261     else
     262      QT5_VERSION = 5.5.1
     263     endif
    259264     qt5-bin_SOURCES = \
    260       $(foreach qtmod,$(VBOX_QT_MOD_NAMES),$(qt5-bin_0_OUTDIR)/lib$(qtmod).so.5.5.1=>lib$(qtmod).so.5) \
     265      $(foreach qtmod,$(VBOX_QT_MOD_NAMES),$(qt5-bin_0_OUTDIR)/lib$(qtmod).so.$(QT5_VERSION)=>lib$(qtmod).so.5) \
    261266      $(foreach lib,$(VBOX_QT_PLUGINS),$(qt5-bin_0_OUTDIR)/$(lib)=>$(lib))
    262267      ifneq ($(KBUILD_TARGET),solaris)
     
    265270      endif # solaris
    266271
    267 $(foreach qtmod,$(VBOX_QT_MOD_NAMES),$$(qt5-bin_0_OUTDIR)/lib$(qtmod).so.5.5.1): \
     272$(foreach qtmod,$(VBOX_QT_MOD_NAMES),$$(qt5-bin_0_OUTDIR)/lib$(qtmod).so.$(QT5_VERSION)): \
    268273        $$(qt5-bin_0_OUTDIR)/% : $(VBOX_PATH_QT_LIB)/% | $$(qt5-bin_0_OUTDIR)/
    269274        $(call MSG_INST_FILE,$^,$@)
Note: See TracChangeset for help on using the changeset viewer.

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