Changeset 10121
- Timestamp:
- 07/02/08 21:53:20 (5 months ago)
- Files:
-
- trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r10119 r10121 311 311 endif 312 312 ifdef VBOX_WITH_ORIGIN 313 # Qt4 on Solaris in the same as it is on other platforms (i.e. no special qtgcc/lib folders)314 TEMPLATE_VBOXQT4GUIEXE_LDFLAGS += '$(VBOX_GCC_RPATH_OPT)$$(VBOX_ORIGIN)'313 # Assume the Qt shared objects are in the same directory as the executable, on Solaris too. 314 TEMPLATE_VBOXQT4GUIEXE_LDFLAGS += '$(VBOX_GCC_RPATH_OPT)$$(VBOX_ORIGIN)' 315 315 endif 316 316 endif

