Changeset 62828 in vbox
- Timestamp:
- Aug 1, 2016 4:03:38 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109424
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r62534 r62828 257 257 # ugly but we need to prevent kBuild from hard-linking otherwise we 258 258 # (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 259 264 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) \ 261 266 $(foreach lib,$(VBOX_QT_PLUGINS),$(qt5-bin_0_OUTDIR)/$(lib)=>$(lib)) 262 267 ifneq ($(KBUILD_TARGET),solaris) … … 265 270 endif # solaris 266 271 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)): \ 268 273 $$(qt5-bin_0_OUTDIR)/% : $(VBOX_PATH_QT_LIB)/% | $$(qt5-bin_0_OUTDIR)/ 269 274 $(call MSG_INST_FILE,$^,$@)
Note:
See TracChangeset
for help on using the changeset viewer.