- Timestamp:
- Sep 11, 2008 1:02:18 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 36433
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r12291 r12387 456 456 457 457 458 if eq ($(KBUILD_TARGET),darwin)458 if "$(KBUILD_TARGET)" == "darwin" && !defined(VBOX_WITH_QT4GUI) # don't conflict the qt4 gui 459 459 # 460 460 # On Mac OS X (darwin) we need to install icon resources and compulsory bundle contents. 461 461 # 462 $(warning The qt3 gui will not work right on it own after we renamed it to *3..) 462 463 INSTALLS.darwin += VirtualBox3.app 463 464 VirtualBox3.app_INST = $(INST_VIRTUALBOX)Contents/ … … 498 499 --output $@ \ 499 500 $< 500 endif # darwin 501 endif # darwin && !qt4gui 501 502 502 503
Note:
See TracChangeset
for help on using the changeset viewer.