VirtualBox

Changeset 4398 in vbox


Ignore:
Timestamp:
Aug 28, 2007 9:44:44 AM (17 years ago)
Author:
vboxsync
Message:

qt 3.3.8 for windows amd64.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r4392 r4398  
    11251125  VBOX_PATH_QT ?= $(PATH_DEVTOOLS_TRG)/qt/v3.3.3
    11261126  LIB_QT ?= $(VBOX_PATH_QT)/lib/dynamic/qt-mt333.lib
    1127  else
    1128   VBOX_PATH_QT ?= $(PATH_DEVTOOLS_TRG)/qt/v3.3.6
    1129   LIB_QT ?= $(VBOX_PATH_QT)/lib/dynamic/qt-mt336.lib
    1130  endif
    11311127  LIB_QTMAIN ?= $(VBOX_PATH_QT)/lib/dynamic/qtmain.lib
     1128 else
     1129  VBOX_PATH_QT ?= $(PATH_DEVTOOLS_TRG)/qt/v3.3.8
     1130  LIB_QT ?= $(VBOX_PATH_QT)/lib/qt-mt338.lib
     1131  LIB_QTMAIN ?= $(VBOX_PATH_QT)/lib/qtmain.lib
     1132 endif
    11321133 ifndef QTDIR
    11331134  QTDIR := $(sort $(wildcard $(PATH_DEVTOOLS_BLD)/v*))
  • trunk/Makefile.kmk

    r4071 r4398  
    66#
    77#  Copyright (C) 2006-2007 innotek GmbH
    8 # 
     8#
    99#  This file is part of VirtualBox Open Source Edition (OSE), as
    1010#  available from http://www.virtualbox.org. This file is free software;
     
    6161   VBOX_DLL_QT ?= $(VBOX_PATH_QT)/bin/qt-mt333.dll
    6262  else ifeq ($(BUILD_TARGET).$(BUILD_TARGET_ARCH),win.amd64)
    63    VBOX_DLL_QT ?= $(PATH_DEVTOOLS)/win.amd64/Qt/v3.3.6/bin/qt-mt336.dll=>qt-mt336.dll
     63   VBOX_DLL_QT ?= $(PATH_DEVTOOLS)/win.amd64/Qt/v3.3.8/lib/qt-mt338.dll=>qt-mt338.dll
    6464  #else ifeq ($(BUILD_TARGET).$(BUILD_TARGET_ARCH),os2.x86)
    6565  # VBOX_DLL_QT ?= $(PATH_DEVTOOLS)/os2.x86/Qt/v3.3.6/bin/qt-mt336.dll=>qt-mt336.dll
     
    149149
    150150#
    151 # Install staged binaries on platforms where we can't cross 
     151# Install staged binaries on platforms where we can't cross
    152152# compile things.
    153153#
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r4393 r4398  
    66#
    77#  Copyright (C) 2006-2007 innotek GmbH
    8 # 
     8#
    99#  This file is part of VirtualBox Open Source Edition (OSE), as
    1010#  available from http://www.virtualbox.org. This file is free software;
     
    164164VirtualBox_DEFS           = VBOX_GUI_SEPARATE_VM_PROCESS
    165165VirtualBox_DEFS.debug     = VBOX_GUI_DEBUG VBOX_CHECK_STATE # QT_FATAL_ASSERT
    166 VirtualBox_DEFS.darwin    = VBOX_GUI_USE_QIMAGE
     166VirtualBox_DEFS.darwin    = VBOX_GUI_USE_QIMAGE VBOX_WITHOUT_QHTTP
    167167VirtualBox_DEFS.linux     = VBOX_GUI_USE_SDL
    168168VirtualBox_DEFS.win       = VBOX_GUI_USE_QIMAGE UNICODE QT_DLL
     169VirtualBox_DEFS.win.amd64 = VBOX_WITHOUT_QHTTP
    169170VirtualBox_DEFS.os2       = VBOX_GUI_USE_QIMAGE VBOX_GUI_USE_SDL QT_DLL
    170171#ifndef VBOX_OSE
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette