Changeset 10119 in vbox
- Timestamp:
- Jul 2, 2008 6:24:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r10117 r10119 65 65 ifneq ($(VBOX_PATH_QT4),) 66 66 VBOX_WITH_QT4_SUN = 1 67 endif 67 endif 68 68 endif 69 69 endif … … 107 107 $(VBOX_PATH_QT4_INCLUDE) 108 108 ifeq ($(KBUILD_TARGET),win) 109 ifeq ($(KBUILD_TARGET_ARCH),amd64) 110 ## @todo This is the correct one here: VBOX_INCS_QT4 += $(VBOX_PATH_QT4_SHARE)/mkspecs/win32-msvc2005 109 111 VBOX_INCS_QT4 += $(VBOX_PATH_QT4_SHARE)/mkspecs/win32-msvc.net 112 else 113 VBOX_INCS_QT4 += $(VBOX_PATH_QT4_SHARE)/mkspecs/win32-msvc.net 114 endif 110 115 else ifeq ($(KBUILD_TARGET),linux) 111 116 VBOX_INCS_QT4 += $(VBOX_PATH_QT4_SHARE)/mkspecs/linux-g++ … … 306 311 endif 307 312 ifdef VBOX_WITH_ORIGIN 308 # Qt4 on Solaris in the same as it is on other platforms (i.e. no special qtgcc/lib folders) 313 # Qt4 on Solaris in the same as it is on other platforms (i.e. no special qtgcc/lib folders) 309 314 TEMPLATE_VBOXQT4GUIEXE_LDFLAGS += '$(VBOX_GCC_RPATH_OPT)$$(VBOX_ORIGIN)' 310 315 endif
Note:
See TracChangeset
for help on using the changeset viewer.