Changeset 88349 in vbox
- Timestamp:
- Apr 1, 2021 1:37:11 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143580
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r88325 r88349 268 268 # The wildcards are necessary to install the libs instead of the symlinks 269 269 qt5-bin_SOURCES = \ 270 $(foreach qtmod,$(VBOX_QT_MOD_NAMES),$(wildcard $(VBOX_PATH_QT_LIB)/lib$(qtmod).so.*.*.* )=>lib$(qtmod).so.5) \270 $(foreach qtmod,$(VBOX_QT_MOD_NAMES),$(wildcard $(VBOX_PATH_QT_LIB)/lib$(qtmod).so.*.*.*[0-9])=>lib$(qtmod).so.5) \ 271 271 $(foreach lib,$(VBOX_QT_PLUGINS),$(VBOX_PATH_QT)/$(lib)=>$(lib)) 272 272 ifneq ($(KBUILD_TARGET),solaris)
Note:
See TracChangeset
for help on using the changeset viewer.