Changeset 9967 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Jun 26, 2008 3:53:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r9886 r9967 115 115 VBOX_LIBS_QT4 = $(patsubst %, VBox%4, $(VBOX_MODULE_QT4)) 116 116 VBOX_QT4_RUNTIME = $(patsubst %, $(VBOX_PATH_QT4_LIB)/VBox%4.dll, $(VBOX_MODULE_QT4)) 117 else ifdef VBOX_WITH_QT4_SUN 118 # Qt4 compiled by Sun with altered library names 119 VBOX_LIBS_QT4 = $(patsubst %, VBox%, $(VBOX_MODULE_QT4)) 120 VBOX_QT4_RUNTIME = 117 121 else 118 122 VBOX_LIBS_QT4 = $(VBOX_MODULE_QT4) … … 265 269 TEMPLATE_VBOXQT4GUIEXE_LIBS += \ 266 270 $(VBOX_XCURSOR_LIBS) 271 TEMPLATE_VBOXQT4GUIEXE_LIBPATH += \ 272 $(VBOX_LIBPATH_X11) 267 273 else ifeq ($(KBUILD_TARGET),darwin) 268 274 # We have to add the framework path to both the linker and the compiler also.
Note:
See TracChangeset
for help on using the changeset viewer.