- Timestamp:
- Sep 12, 2008 3:37:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r12424 r12433 483 483 484 484 485 # If there is the accessible plugin & we are using our home-made qt put it to 486 # the output dir 487 # @todo: fix this &| add it to the qt4 unit 488 # note: it seems that $(PATH_SDK_QT4) isn't defined if this makefile is called 489 # from the root VBox directory. 490 if1of ($(KBUILD_TARGET),) 491 #if1of ($(KBUILD_TARGET),darwin win) 492 # Where are the plugins located 493 PREFIX=lib 494 SUFFIX= 495 ifeq ($(KBUILD_TARGET),win) 496 PREFIX= 497 SUFFIX=4 498 endif 499 PATH_SDK_QT4_PLUGINS=$(PATH_SDK_QT4)/plugins 500 # Generate the target dir 501 BLDDIRS=$(PATH_BIN)/accessible/ 502 OTHERS += \ 503 $(PATH_BIN)/accessible/$(PREFIX)qtaccessiblewidgets$(SUFFIX)$(SUFF_DLL) 504 endif 505 485 506 ifeq ($(KBUILD_TARGET),darwin) 486 507 # … … 576 597 include $(KBUILD_PATH)/subfooter.kmk 577 598 599 $(PATH_BIN)/accessible/$(PREFIX)qtaccessiblewidgets$(SUFFIX)$(SUFF_DLL): $(PATH_SDK_QT4_PLUGINS)/accessible/$(PREFIX)qtaccessiblewidgets$(SUFFIX)$(SUFF_DLL) | $$(dir $$@) 600 $(INSTALL) -m 0644 $< ${@} 601 ifeq ($(KBUILD_TARGET), darwin) 602 install_name_tool \ 603 -change QtCore.framework/Versions/4/QtCore \ 604 @executable_path/../Frameworks/QtCore.framework/Versions/4/QtCore \ 605 -change QtGui.framework/Versions/4/QtGui \ 606 @executable_path/../Frameworks/QtGui.framework/Versions/4/QtGui \ 607 ${@} 608 endif 578 609 579 610 #
Note:
See TracChangeset
for help on using the changeset viewer.