Changeset 16174 in vbox
- Timestamp:
- Jan 22, 2009 3:15:31 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41920
- Location:
- trunk
- Files:
-
- 11 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r16166 r16174 277 277 VBOX_WITH_VBOXBFE = 1 278 278 # The Qt 4 GUI. 279 VBOX_WITH_QT 4GUI = 1279 VBOX_WITH_QTGUI = 1 280 280 # The headless frontend. 281 281 VBOX_WITH_HEADLESS = 1 … … 480 480 VBOX_BRAND_LICENSE_TXT := $(PATH_ROOT)/doc/License.txt 481 481 VBOX_BRAND_LICENSE_VER := 482 VBOX_BRAND_GUI_ABOUT_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/NonOSE/about.png483 VBOX_BRAND_GUI_ABOUT_16PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/NonOSE/about_16px.png484 VBOX_BRAND_GUI_VBOX_16PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/NonOSE/VirtualBox_16px.png485 VBOX_BRAND_GUI_VBOX_20PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/NonOSE/VirtualBox_20px.png486 VBOX_BRAND_GUI_VBOX_32PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/NonOSE/VirtualBox_32px.png487 VBOX_BRAND_GUI_VBOX_40PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/NonOSE/VirtualBox_40px.png488 VBOX_BRAND_GUI_VBOX_48PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/NonOSE/VirtualBox_48px.png489 VBOX_BRAND_GUI_VBOX_64PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/NonOSE/VirtualBox_64px.png490 VBOX_BRAND_GUI_CUBE_42PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/NonOSE/VirtualBox_cube_42px.png482 VBOX_BRAND_GUI_ABOUT_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/NonOSE/about.png 483 VBOX_BRAND_GUI_ABOUT_16PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/NonOSE/about_16px.png 484 VBOX_BRAND_GUI_VBOX_16PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/NonOSE/VirtualBox_16px.png 485 VBOX_BRAND_GUI_VBOX_20PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/NonOSE/VirtualBox_20px.png 486 VBOX_BRAND_GUI_VBOX_32PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/NonOSE/VirtualBox_32px.png 487 VBOX_BRAND_GUI_VBOX_40PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/NonOSE/VirtualBox_40px.png 488 VBOX_BRAND_GUI_VBOX_48PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/NonOSE/VirtualBox_48px.png 489 VBOX_BRAND_GUI_VBOX_64PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/NonOSE/VirtualBox_64px.png 490 VBOX_BRAND_GUI_CUBE_42PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/NonOSE/VirtualBox_cube_42px.png 491 491 VBOX_BRAND_WIN_INST_DLGBMP := $(PATH_ROOT)/src/VBox/Installer/win/Binary/Dialog.bmp 492 492 VBOX_BRAND_WIN_INST_EXT := … … 508 508 VBOX_WITH_VBOXSDL = 509 509 VBOX_WITH_VBOXBFE = 510 VBOX_WITH_QT 4GUI =510 VBOX_WITH_QTGUI = 511 511 VBOX_WITH_DEBUGGER_GUI = 512 512 VBOX_WITH_DOCS = … … 543 543 VBOX_WITH_HEADLESS= 544 544 VBOX_WITH_VBOXSDL= 545 VBOX_WITH_QT 4GUI=545 VBOX_WITH_QTGUI= 546 546 VBOX_WITH_MAIN= 547 547 VBOX_WITH_DOCS= … … 560 560 VBOX_WITH_VRDP_RDESKTOP= 561 561 VBOX_WITH_TESTSUITE= 562 VBOX_WITH_QT 4GUI=562 VBOX_WITH_QTGUI= 563 563 VBOX_WITH_USB= 564 564 VBOX_WITH_EHCI= … … 653 653 # branding 654 654 VBOX_BRAND_BIOS_LOGO := $(PATH_ROOT)/src/VBox/Devices/Graphics/BIOS/ose_logo.bmp 655 VBOX_BRAND_GUI_ABOUT_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/OSE/about.png656 VBOX_BRAND_GUI_ABOUT_16PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/OSE/about_16px.png657 VBOX_BRAND_GUI_VBOX_16PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/OSE/VirtualBox_16px.png658 VBOX_BRAND_GUI_VBOX_20PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/OSE/VirtualBox_20px.png659 VBOX_BRAND_GUI_VBOX_32PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/OSE/VirtualBox_32px.png660 VBOX_BRAND_GUI_VBOX_40PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/OSE/VirtualBox_40px.png661 VBOX_BRAND_GUI_VBOX_48PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/OSE/VirtualBox_48px.png662 VBOX_BRAND_GUI_VBOX_64PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/OSE/VirtualBox_64px.png663 VBOX_BRAND_GUI_CUBE_42PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/OSE/VirtualBox_cube_42px.png655 VBOX_BRAND_GUI_ABOUT_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/OSE/about.png 656 VBOX_BRAND_GUI_ABOUT_16PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/OSE/about_16px.png 657 VBOX_BRAND_GUI_VBOX_16PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox_16px.png 658 VBOX_BRAND_GUI_VBOX_20PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox_20px.png 659 VBOX_BRAND_GUI_VBOX_32PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox_32px.png 660 VBOX_BRAND_GUI_VBOX_40PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox_40px.png 661 VBOX_BRAND_GUI_VBOX_48PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox_48px.png 662 VBOX_BRAND_GUI_VBOX_64PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox_64px.png 663 VBOX_BRAND_GUI_CUBE_42PX_PNG := $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox_cube_42px.png 664 664 endif 665 665 … … 730 730 # 731 731 ifdef VBOX_HEADLESS 732 VBOX_WITH_QT 4GUI=732 VBOX_WITH_QTGUI= 733 733 VBOX_WITH_VBOXSDL= 734 734 VBOX_WITH_VBOXBFE= … … 743 743 VBOX_WITH_VRDP= 744 744 VBOX_WITH_VBOXSDL= 745 VBOX_WITH_QT 4GUI=745 VBOX_WITH_QTGUI= 746 746 VBOX_WITH_DEBUGGER_GUI= 747 747 VBOX_WITH_HEADLESS= 748 748 endif 749 749 750 ifndef VBOX_WITH_QT 4GUI750 ifndef VBOX_WITH_QTGUI 751 751 VBOX_WITH_KCHMVIEWER= 752 752 endif … … 2879 2879 # Template for building Qt GUI executables. 2880 2880 # 2881 TEMPLATE_VBOXQT4GUIEXE = VBox Qt 4GUI Executable2881 TEMPLATE_VBOXQT4GUIEXE = VBox Qt GUI Executable 2882 2882 TEMPLATE_VBOXQT4GUIEXE_USES = qt4 2883 2883 TEMPLATE_VBOXQT4GUIEXE_QTTOOL = QT4 … … 3024 3024 3025 3025 # 3026 # Template for building Qt 4GUI components.3027 # 3028 TEMPLATE_VBOXQT4GUI = VBox Qt 4GUI Components3026 # Template for building Qt GUI components. 3027 # 3028 TEMPLATE_VBOXQT4GUI = VBox Qt GUI Components 3029 3029 TEMPLATE_VBOXQT4GUI_EXTENDS = VBOXQT4GUIEXE 3030 3030 TEMPLATE_VBOXQT4GUI_LIBS = $(filter-out $(QTMAIN),$(TEMPLATE_VBOXQT4GUIEXE_LIBS)) -
trunk/configure
r16166 r16174 1183 1183 1184 1184 # 1185 # Check for the Qt4 library, needed by VirtualBox41185 # Check for the Qt4 library, needed by the VirtualBox frontend 1186 1186 # 1187 1187 # Currently not fatal. … … 1944 1944 1945 1945 # emit disable directives corresponding to any --disable-xxx options. 1946 [ $WITH_XPCOM -eq 0 ] && cnf_append "VBOX_WITH_MAIN" ""1947 [ $WITH_QT4 -eq 0 ] && cnf_append "VBOX_WITH_QT4GUI" ""1948 [ $WITH_SDL_TTF -eq 0 ] && cnf_append "VBOX_WITH_SECURELABEL" ""1946 [ $WITH_XPCOM -eq 0 ] && cnf_append "VBOX_WITH_MAIN" "" 1947 [ $WITH_QT4 -eq 0 ] && cnf_append "VBOX_WITH_QTGUI" "" 1948 [ $WITH_SDL_TTF -eq 0 ] && cnf_append "VBOX_WITH_SECURELABEL" "" 1949 1949 [ $WITH_HARDENING -eq 0 ] && cnf_append "VBOX_WITHOUT_HARDENING" "1" 1950 1950 [ $WITH_HARDENING -eq 2 ] && cnf_append "VBOX_WITH_HARDENING" "2" -
trunk/src/VBox/Frontends/Makefile.kmk
r16166 r16174 40 40 include $(PATH_SUB_CURRENT)/VBoxHeadless/Makefile.kmk 41 41 endif 42 ifdef VBOX_WITH_QT 4GUI43 include $(PATH_SUB_CURRENT)/VirtualBox 4/Makefile.kmk42 ifdef VBOX_WITH_QTGUI 43 include $(PATH_SUB_CURRENT)/VirtualBox/Makefile.kmk 44 44 endif 45 45 endif # !VBOX_ONLY_DOCS -
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r16023 r16174 27 27 # 28 28 VBOX_VIRTUALBOX4_SRC := $(PATH_SUB_CURRENT) 29 VBOX_VIRTUALBOX4_OUT_DIR := $(PATH_TARGET)/VirtualBox 4/misc29 VBOX_VIRTUALBOX4_OUT_DIR := $(PATH_TARGET)/VirtualBox/misc 30 30 31 31 VBOX_WITH_REGISTRATION := 1 … … 44 44 # 45 45 ifdef VBOX_WITH_HARDENING 46 PROGRAMS += VirtualBox 4Hardened47 DLLS += VirtualBox 446 PROGRAMS += VirtualBoxHardened 47 DLLS += VirtualBox 48 48 else 49 PROGRAMS += VirtualBox 449 PROGRAMS += VirtualBox 50 50 endif 51 51 … … 56 56 CLEAN += $(PATH_BIN)/vboxkeyboard.tar.gz 57 57 endif 58 INSTALLS += VirtualBox 4.nls58 INSTALLS += VirtualBox.nls 59 59 60 60 … … 108 108 109 109 # 110 # Hardened VirtualBox 4.111 # 112 VirtualBox 4Hardened_TEMPLATE = VBOXR3HARDENEDEXE113 VirtualBox 4Hardened_SOURCES = src/hardenedmain.cpp114 VirtualBox 4Hardened_NAME = VirtualBox110 # Hardened VirtualBox. 111 # 112 VirtualBoxHardened_TEMPLATE = VBOXR3HARDENEDEXE 113 VirtualBoxHardened_SOURCES = src/hardenedmain.cpp 114 VirtualBoxHardened_NAME = VirtualBox 115 115 ifeq ($(KBUILD_TARGET),darwin) ## @todo use .darwin when ticket 36 has been fixed. 116 #VirtualBox 4Hardened_INST.darwin = $(INST_BIN)VirtualBox $(INST_BIN)VirtualBoxVM117 VirtualBox 4Hardened_INST = $(INST_BIN)VirtualBox $(INST_BIN)VirtualBoxVM116 #VirtualBoxHardened_INST.darwin = $(INST_BIN)VirtualBox $(INST_BIN)VirtualBoxVM 117 VirtualBoxHardened_INST = $(INST_BIN)VirtualBox $(INST_BIN)VirtualBoxVM 118 118 endif 119 119 … … 121 121 # 122 122 # Include Qt project file, we'll use FORMS and TRANSLATIONS in 123 # the VirtualBox 4setup below.123 # the VirtualBox setup below. 124 124 # 125 125 SAVED_TEMPLATE := $(TEMPLATE) … … 128 128 129 129 # 130 # VirtualBox 4- The GUI program.130 # VirtualBox - The GUI program. 131 131 # 132 132 USES += qt4 133 VirtualBox 4_TEMPLATE := $(if $(VBOX_WITH_HARDENING),VBOXQT4GUI,VBOXQT4GUIEXE)134 VirtualBox 4_NAME = VirtualBox133 VirtualBox_TEMPLATE := $(if $(VBOX_WITH_HARDENING),VBOXQT4GUI,VBOXQT4GUIEXE) 134 VirtualBox_NAME = VirtualBox 135 135 ifndef VBOX_WITH_HARDENING # For the launch trick we need different inode numbers. 136 136 ifeq ($(KBUILD_TARGET),darwin) ## @todo use .darwin when ticket 36 has been fixed. 137 #VirtualBox 4_INST.darwin = $(INST_BIN)VirtualBox $(INST_BIN)VirtualBoxVM138 VirtualBox 4_INST = $(INST_BIN)VirtualBox $(INST_BIN)VirtualBoxVM137 #VirtualBox_INST.darwin = $(INST_BIN)VirtualBox $(INST_BIN)VirtualBoxVM 138 VirtualBox_INST = $(INST_BIN)VirtualBox $(INST_BIN)VirtualBoxVM 139 139 endif 140 140 endif 141 VirtualBox 4_SDKS.win = WINPSDK DXSDK141 VirtualBox_SDKS.win = WINPSDK DXSDK 142 142 ifeq ($(filter-out freebsd linux netbsd openbsd os2,$(KBUILD_TARGET)),) # X11 + os2 ## @todo solaris 143 VirtualBox 4_SDKS += LIBSDL143 VirtualBox_SDKS += LIBSDL 144 144 endif 145 145 … … 149 149 endif 150 150 151 VirtualBox 4_DEFS = VBOX_GUI_SEPARATE_VM_PROCESS152 VirtualBox 4_DEFS.debug = VBOX_CHECK_STATE # QT_FATAL_ASSERT153 VirtualBox 4_DEFS.darwin = VBOX_GUI_USE_QUARTZ2D VBOX_GUI_USE_QIMAGE VBOX_WITHOUT_QHTTP154 VirtualBox 4_DEFS.freebsd = VBOX_GUI_USE_QIMAGE VBOX_GUI_USE_SDL155 VirtualBox 4_DEFS.linux = VBOX_GUI_USE_QIMAGE VBOX_GUI_USE_SDL156 VirtualBox 4_DEFS.netbsd = VBOX_GUI_USE_QIMAGE VBOX_GUI_USE_SDL157 VirtualBox 4_DEFS.openbsd = VBOX_GUI_USE_QIMAGE VBOX_GUI_USE_SDL158 VirtualBox 4_DEFS.solaris = VBOX_GUI_USE_QIMAGE #VBOX_GUI_USE_SDL159 VirtualBox 4_DEFS.win = VBOX_GUI_USE_QIMAGE UNICODE QT_DLL160 VirtualBox 4_DEFS.win.amd64 = VBOX_WITHOUT_QHTTP151 VirtualBox_DEFS = VBOX_GUI_SEPARATE_VM_PROCESS 152 VirtualBox_DEFS.debug = VBOX_CHECK_STATE # QT_FATAL_ASSERT 153 VirtualBox_DEFS.darwin = VBOX_GUI_USE_QUARTZ2D VBOX_GUI_USE_QIMAGE VBOX_WITHOUT_QHTTP 154 VirtualBox_DEFS.freebsd = VBOX_GUI_USE_QIMAGE VBOX_GUI_USE_SDL 155 VirtualBox_DEFS.linux = VBOX_GUI_USE_QIMAGE VBOX_GUI_USE_SDL 156 VirtualBox_DEFS.netbsd = VBOX_GUI_USE_QIMAGE VBOX_GUI_USE_SDL 157 VirtualBox_DEFS.openbsd = VBOX_GUI_USE_QIMAGE VBOX_GUI_USE_SDL 158 VirtualBox_DEFS.solaris = VBOX_GUI_USE_QIMAGE #VBOX_GUI_USE_SDL 159 VirtualBox_DEFS.win = VBOX_GUI_USE_QIMAGE UNICODE QT_DLL 160 VirtualBox_DEFS.win.amd64 = VBOX_WITHOUT_QHTTP 161 161 ## @todo VBOX_WITH_HACKED_QT doesn't apply to Qt4, so why is this still here? 162 VirtualBox 4_DEFS.darwin += VBOX_WITH_HACKED_QT162 VirtualBox_DEFS.darwin += VBOX_WITH_HACKED_QT 163 163 ifdef VBOX_WITH_ICHAT_THEATER 164 VirtualBox 4_DEFS.darwin += VBOX_WITH_ICHAT_THEATER164 VirtualBox_DEFS.darwin += VBOX_WITH_ICHAT_THEATER 165 165 endif 166 166 ifneq ($(KBUILD_TYPE),release) 167 167 # non-release builds has some extra features. 168 VirtualBox 4_DEFS.win += VBOX_GUI_USE_DDRAW169 endif 170 VirtualBox 4_DEFS += \168 VirtualBox_DEFS.win += VBOX_GUI_USE_DDRAW 169 endif 170 VirtualBox_DEFS += \ 171 171 $(if $(VBOX_WITH_REGISTRATION),VBOX_WITH_REGISTRATION) \ 172 172 $(if $(VBOX_WITH_REGISTRATION_REQUEST),VBOX_WITH_REGISTRATION_REQUEST) \ … … 177 177 $(if $(VBOX_WITH_NETFLT)$(eq $(KBUILD_TARGET),freebsd),VBOX_WITH_NETFLT) 178 178 if "$(KBUILD_TYPE)" != "release" && defined(VBOX_WITH_DEBUGGER_GUI) 179 VirtualBox 4_DEFS += VBOX_WITH_DEBUGGER_GUI_MENU180 endif 181 182 VirtualBox 4_src/main.cpp_DEFS += VBOX_VERSION_STRING=\"$(VBOX_VERSION_STRING)\"183 VirtualBox 4_src/main.cpp_DEPS += $(VBOX_VERSION_MK)184 185 VirtualBox 4_INCS = \179 VirtualBox_DEFS += VBOX_WITH_DEBUGGER_GUI_MENU 180 endif 181 182 VirtualBox_src/main.cpp_DEFS += VBOX_VERSION_STRING=\"$(VBOX_VERSION_STRING)\" 183 VirtualBox_src/main.cpp_DEPS += $(VBOX_VERSION_MK) 184 185 VirtualBox_INCS = \ 186 186 ./include \ 187 $(PATH_VirtualBox 4)/include187 $(PATH_VirtualBox)/include 188 188 189 189 # Necessary for the hdd backend enumeration 190 VirtualBox 4_LIBS = $(LIB_DDU)190 VirtualBox_LIBS = $(LIB_DDU) 191 191 192 192 ifeq ($(KBUILD_TYPE),release) 193 VirtualBox 4_LDFLAGS.win += /SUBSYSTEM:windows193 VirtualBox_LDFLAGS.win += /SUBSYSTEM:windows 194 194 else 195 VirtualBox 4_LDFLAGS.linux+= -rdynamic # for backtrace_symbols()195 VirtualBox_LDFLAGS.linux+= -rdynamic # for backtrace_symbols() 196 196 ifeq ($(USERNAME),dmik) 197 VirtualBox 4_LDFLAGS.win += /SUBSYSTEM:windows197 VirtualBox_LDFLAGS.win += /SUBSYSTEM:windows 198 198 else 199 VirtualBox 4_LDFLAGS.win += /SUBSYSTEM:console199 VirtualBox_LDFLAGS.win += /SUBSYSTEM:console 200 200 endif 201 201 endif 202 202 # r=bird: what is -lz doing here? it belongs in LIBS. 203 VirtualBox 4_LDFLAGS.darwin = -lz \203 VirtualBox_LDFLAGS.darwin = -lz \ 204 204 -framework IOKit -framework AppKit -framework ApplicationServices -framework Foundation -framework Carbon -framework QuickTime \ 205 205 $(if $(VBOX_WITH_HARDENING),-install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VirtualBox.dylib) 206 206 ifdef VBOX_WITH_ICHAT_THEATER 207 VirtualBox 4_LDFLAGS.darwin += -framework InstantMessage -framework QuartzCore208 endif 209 VirtualBox 4_LIBS.win = \207 VirtualBox_LDFLAGS.darwin += -framework InstantMessage -framework QuartzCore 208 endif 209 VirtualBox_LIBS.win = \ 210 210 $(PATH_SDK_WINPSDK_LIB)/Htmlhelp.Lib \ 211 211 $(PATH_SDK_DXSDK_LIB)/ddraw.lib \ 212 212 $(PATH_SDK_DXSDK_LIB)/dxguid.lib 213 213 ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(KBUILD_TARGET)),) # X11 214 VirtualBox 4_LIBS += $(PATH_DLL)/VBoxKeyboard$(VBOX_SUFF_DLL)214 VirtualBox_LIBS += $(PATH_DLL)/VBoxKeyboard$(VBOX_SUFF_DLL) 215 215 endif 216 216 217 217 # Headers containing definitions of classes that use the Q_OBJECT macro. 218 VirtualBox 4_QT_MOCHDRS = \218 VirtualBox_QT_MOCHDRS = \ 219 219 include/QIHttp.h \ 220 220 include/QIWidgetValidator.h \ … … 281 281 282 282 # Sources containing local definitions of classes that use the Q_OBJECT macro. 283 VirtualBox 4_QT_MOCSRCS = \283 VirtualBox_QT_MOCSRCS = \ 284 284 src/VBoxSelectorWnd.cpp \ 285 285 src/VBoxConsoleWnd.cpp \ 286 286 src/VBoxMediaManagerDlg.cpp 287 287 ifdef VBOX_WITH_XPCOM 288 VirtualBox 4_QT_MOCSRCS += \288 VirtualBox_QT_MOCSRCS += \ 289 289 src/COMDefs.cpp 290 290 endif 291 291 292 VirtualBox 4_SOURCES = \292 VirtualBox_SOURCES = \ 293 293 src/main.cpp \ 294 294 src/COMDefs.cpp \ … … 357 357 ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(KBUILD_TARGET)),) # X11 358 358 ifndef VBOX_OSE 359 VirtualBox 4_QT_MOCHDRS += \359 VirtualBox_QT_MOCHDRS += \ 360 360 include/VBoxLicenseViewer.h 361 VirtualBox 4_SOURCES += \361 VirtualBox_SOURCES += \ 362 362 src/VBoxLicenseViewer.cpp 363 363 else 364 VirtualBox 4_VBOX_EXTRA_NLS_SOURCES += \364 VirtualBox_VBOX_EXTRA_NLS_SOURCES += \ 365 365 include/VBoxLicenseViewer.h \ 366 366 src/VBoxLicenseViewer.cpp 367 367 endif 368 VirtualBox 4_SOURCES += \368 VirtualBox_SOURCES += \ 369 369 src/X11/XKeyboard-new.cpp \ 370 370 src/VBoxX11Helper.cpp 371 371 else 372 VirtualBox 4_VBOX_EXTRA_NLS_SOURCES += \372 VirtualBox_VBOX_EXTRA_NLS_SOURCES += \ 373 373 include/VBoxLicenseViewer.h \ 374 374 src/VBoxLicenseViewer.cpp 375 375 endif 376 376 377 VirtualBox 4_SOURCES.win += \377 VirtualBox_SOURCES.win += \ 378 378 src/VBoxFBDDRAW.cpp \ 379 $(PATH_VirtualBox 4)/VirtualBox4.rc380 381 VirtualBox 4_SOURCES.darwin = \379 $(PATH_VirtualBox)/VirtualBox.rc 380 381 VirtualBox_SOURCES.darwin = \ 382 382 src/darwin/DarwinKeyboard.cpp \ 383 383 src/darwin/VBoxUtils-darwin.cpp \ … … 386 386 387 387 ifdef VBOX_WITH_ICHAT_THEATER 388 VirtualBox 4_SOURCES.darwin += \388 VirtualBox_SOURCES.darwin += \ 389 389 src/darwin/VBoxIChatTheaterWrapper.m 390 390 endif … … 392 392 # The Qt modules we're using. 393 393 # (The include directory and lib/framework for each module will be added by the Qt4 unit.) 394 VirtualBox 4_QT_MODULES = Core Gui Network394 VirtualBox_QT_MODULES = Core Gui Network 395 395 396 396 # Import QDesigner UI sources and translations from VBoxUI.pro. … … 398 398 FORMS := $(filter-out ui/VBoxRegistrationDlg.ui,$(FORMS)) 399 399 endif 400 $(eval VirtualBox 4_SOURCES += $(FORMS))400 $(eval VirtualBox_SOURCES += $(FORMS)) 401 401 402 402 # Resource files with some OSE differences (VirtualBoxBrand.qrc is created further down). 403 VirtualBox 4_SOURCES += VirtualBox.qrc404 VirtualBox 4_SOURCES += $(VBOX_VIRTUALBOX4_OUT_DIR)/VirtualBoxBrand.qrc403 VirtualBox_SOURCES += VirtualBox.qrc 404 VirtualBox_SOURCES += $(VBOX_VIRTUALBOX4_OUT_DIR)/VirtualBoxBrand.qrc 405 405 $(VBOX_VIRTUALBOX4_OUT_DIR)/VirtualBoxBrand.qrc_RCCFLAGS = -name BRAND 406 406 407 407 # Import the translation source from VBoxUI.pro and add the qt_xx_YY counterparts 408 VirtualBox 4_QT_TRANSLATIONS := $(TRANSLATIONS) \408 VirtualBox_QT_TRANSLATIONS := $(TRANSLATIONS) \ 409 409 $(patsubst nls/VirtualBox_%.ts,nls/qt_%.ts, $(filter nls/VirtualBox_%.ts,$(TRANSLATIONS))) 410 410 # Compress the translation units. 411 VirtualBox 4_LRCFLAGS = -silent412 # Where to install the translations (a separate install target, VirtualBox 4-nls-inst is created).413 VirtualBox 4_QT_TRANSLATIONS_INST = $(INST_BIN)nls/411 VirtualBox_LRCFLAGS = -silent 412 # Where to install the translations (a separate install target, VirtualBox-nls-inst is created). 413 VirtualBox_QT_TRANSLATIONS_INST = $(INST_BIN)nls/ 414 414 415 415 … … 419 419 # bird: What about $(if $(VBOX_GCC_Wno-missing-base-class-initializer),$(VBOX_GCC_Wno-missing-base-class-initializer),$(VBOX_GCC_Wno-extra))? 420 420 ifdef VBOX_WITH_XPCOM 421 VirtualBox 4_src/COMDefs.cpp_CXXFLAGS = $(VBOX_GCC_Wno-extra)421 VirtualBox_src/COMDefs.cpp_CXXFLAGS = $(VBOX_GCC_Wno-extra) 422 422 endif 423 423 … … 426 426 # Generate the COM wrappers. 427 427 # 428 VirtualBox 4_BLDDIRS += $(PATH_VirtualBox4)/include429 VirtualBox 4_INTERMEDIATES += $(PATH_VirtualBox4)/include/COMWrappers.h430 VirtualBox 4_CLEAN += $(PATH_VirtualBox4)/include/COMWrappers.h431 432 $$(PATH_VirtualBox 4)/include/COMWrappers.h: \428 VirtualBox_BLDDIRS += $(PATH_VirtualBox)/include 429 VirtualBox_INTERMEDIATES += $(PATH_VirtualBox)/include/COMWrappers.h 430 VirtualBox_CLEAN += $(PATH_VirtualBox)/include/COMWrappers.h 431 432 $$(PATH_VirtualBox)/include/COMWrappers.h: \ 433 433 $(PATH_ROOT)/src/VBox/Main/idl/VirtualBox.xidl \ 434 434 $(VBOX_VIRTUALBOX4_SRC)/include/COMWrappers.xsl \ 435 435 | $$(dir $$@) 436 $(call MSG_GENERATE,VirtualBox 4,$<,$@)436 $(call MSG_GENERATE,VirtualBox,$<,$@) 437 437 $(QUIET)$(VBOX_XSLTPROC) -o $@ $(VBOX_VIRTUALBOX4_SRC)/include/COMWrappers.xsl $< 438 438 439 439 # alias for generating the COM Wrappers file. 440 testwrappers:: $$(PATH_VirtualBox 4)/include/COMWrappers.h440 testwrappers:: $$(PATH_VirtualBox)/include/COMWrappers.h 441 441 442 442 … … 444 444 # Generate qrc file with branded icons. 445 445 # 446 VirtualBox 4_BLDDIRS += $(VBOX_VIRTUALBOX4_OUT_DIR)447 VirtualBox 4_CLEAN += $(VBOX_VIRTUALBOX4_OUT_DIR)/VirtualBoxBrand.qrc446 VirtualBox_BLDDIRS += $(VBOX_VIRTUALBOX4_OUT_DIR) 447 VirtualBox_CLEAN += $(VBOX_VIRTUALBOX4_OUT_DIR)/VirtualBoxBrand.qrc 448 448 if "$(KBUILD_HOST)" == "win" ## @todo remove when kBuild ticket #52 has been fixed and deployed. 449 449 VBOX_DRIVE_HACK := $(firstword $(subst :, ,$(PATH_ROOT))): … … 454 454 $(VBOX_VIRTUALBOX4_SRC)/VirtualBoxBrand.qrc \ 455 455 | $$(dir $$@) 456 $(call MSG_GENERATE,VirtualBox 4,$<,$@)456 $(call MSG_GENERATE,VirtualBox,$<,$@) 457 457 $(QUIET)$(SED) \ 458 458 -e 's;@VBOX_ABOUT_PNG@;$(subst $(VBOX_DRIVE_HACK),,$(VBOX_BRAND_GUI_ABOUT_PNG));g' \ … … 474 474 # The IDI_ICON1 name is Qt specific. 475 475 # 476 $$(PATH_VirtualBox 4)/VirtualBox4.rc: $(PATH_SUB_CURRENT)/Makefile.kmk $(VBOX_WINDOWS_ICON_FILE) | $$(dir $$@)476 $$(PATH_VirtualBox)/VirtualBox.rc: $(PATH_SUB_CURRENT)/Makefile.kmk $(VBOX_WINDOWS_ICON_FILE) | $$(dir $$@) 477 477 $(RM) -f $@ 478 478 $(APPEND) $@ 'IDI_ICON1 ICON "$(subst /,\\,$(VBOX_WINDOWS_ICON_FILE))"' 479 479 480 VirtualBox 4_CLEAN.win += $$(PATH_VirtualBox4)/VirtualBox4.rc480 VirtualBox_CLEAN.win += $$(PATH_VirtualBox)/VirtualBox.rc 481 481 endif # win 482 482 … … 487 487 # menu won't be translated. 488 488 # 489 INSTALLS += VirtualBox 4.lproj490 VirtualBox 4.lproj_INST = $(INST_VIRTUALBOX)Contents/Resources/491 VirtualBox 4.lproj_MODE = 755492 VirtualBox 4.lproj_DIRS := $(addsuffix .lproj,$(VBOX_APPROVED_GUI_LANGUAGES_ALL))489 INSTALLS += VirtualBox.lproj 490 VirtualBox.lproj_INST = $(INST_VIRTUALBOX)Contents/Resources/ 491 VirtualBox.lproj_MODE = 755 492 VirtualBox.lproj_DIRS := $(addsuffix .lproj,$(VBOX_APPROVED_GUI_LANGUAGES_ALL)) 493 493 494 494 # … … 496 496 # The VirtualBoxVM.app helper is for launching VMs (fixes some issues with the dock). 497 497 # 498 INSTALLS += VirtualBox 4.app499 VirtualBox 4.app_INST = $(INST_VIRTUALBOX)Contents/500 VirtualBox 4.app_MODE = 644501 VirtualBox 4.app_SOURCES = \498 INSTALLS += VirtualBox.app 499 VirtualBox.app_INST = $(INST_VIRTUALBOX)Contents/ 500 VirtualBox.app_MODE = 644 501 VirtualBox.app_SOURCES = \ 502 502 src/darwin/PkgInfo \ 503 $(PATH_VirtualBox 4.app)/Info.plist \503 $(PATH_VirtualBox.app)/Info.plist \ 504 504 $(VBOX_MACOSX_ICON_FILE)=>Resources/virtualbox.icns 505 505 506 $$(PATH_VirtualBox 4.app)/Info.plist: $(PATH_SUB_CURRENT)/src/darwin/Info.plist $(VBOX_VERSION_MK) | $$(@D)/507 $(call MSG_GENERATE,VirtualBox 4.app,$<,$@)506 $$(PATH_VirtualBox.app)/Info.plist: $(PATH_SUB_CURRENT)/src/darwin/Info.plist $(VBOX_VERSION_MK) | $$(@D)/ 507 $(call MSG_GENERATE,VirtualBox.app,$<,$@) 508 508 $(QUIET)$(RM) -f $@ 509 509 $(QUIET)$(SED) \ … … 514 514 $< > $@ 515 515 516 INSTALLS += VirtualBox 4VM.app517 VirtualBox 4VM.app_INST = $(VirtualBox4.app_INST)Resources/VirtualBoxVM.app/Contents/518 VirtualBox 4VM.app_MODE = 644519 VirtualBox 4VM.app_SOURCES = \516 INSTALLS += VirtualBoxVM.app 517 VirtualBoxVM.app_INST = $(VirtualBox.app_INST)Resources/VirtualBoxVM.app/Contents/ 518 VirtualBoxVM.app_MODE = 644 519 VirtualBoxVM.app_SOURCES = \ 520 520 src/darwin/VM-PkgInfo=>PkgInfo \ 521 $(PATH_VirtualBox 4VM.app)/VM-Info.plist=>Info.plist522 VirtualBox 4VM.app_SYMLINKS = \521 $(PATH_VirtualBoxVM.app)/VM-Info.plist=>Info.plist 522 VirtualBoxVM.app_SYMLINKS = \ 523 523 MacOS=>../../../MacOS/ \ 524 524 Resources=>../../../Resources/ 525 525 526 $$(PATH_VirtualBox 4VM.app)/VM-Info.plist: $(PATH_SUB_CURRENT)/src/darwin/VM-Info.plist $(VBOX_VERSION_MK) | $$(@D)/527 $(call MSG_GENERATE,VirtualBox 4VM.app,$<,$@)526 $$(PATH_VirtualBoxVM.app)/VM-Info.plist: $(PATH_SUB_CURRENT)/src/darwin/VM-Info.plist $(VBOX_VERSION_MK) | $$(@D)/ 527 $(call MSG_GENERATE,VirtualBoxVM.app,$<,$@) 528 528 $(QUIET)$(RM) -f $@ 529 529 $(QUIET)$(SED) \ … … 574 574 # 575 575 updatenls:: \ 576 $(filter-out %.qrc,$(VirtualBox 4_SOURCES) $(VirtualBox4_VBOX_EXTRA_NLS_SOURCES)) \576 $(filter-out %.qrc,$(VirtualBox_SOURCES) $(VirtualBox_VBOX_EXTRA_NLS_SOURCES)) \ 577 577 $(wildcard include/*.h) 578 578 $(call MSG_L1,lupdate all languages (nls/*.ts)) … … 580 580 $^ \ 581 581 -ts \ 582 $(filter-out nls/qt_%.ts,$(VirtualBox 4_QT_TRANSLATIONS)) \582 $(filter-out nls/qt_%.ts,$(VirtualBox_QT_TRANSLATIONS)) \ 583 583 nls/VirtualBox_xx_YY.ts 584 584 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp
r15910 r16174 953 953 #endif 954 954 955 CProgress progress = vbox.OpenRemoteSession (session, id, "GUI/Qt 4", env);955 CProgress progress = vbox.OpenRemoteSession (session, id, "GUI/Qt", env); 956 956 if (!vbox.isOk()) 957 957 { -
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp
r16166 r16174 152 152 //#endif 153 153 154 //#ifdef VBOX_WITH_QT 4GUI154 //#ifdef VBOX_WITH_QTGUI 155 155 { kSupIFT_Exe, kSupID_AppBin, true, "VirtualBox" SUPLIB_EXE_SUFF }, 156 156 { kSupIFT_Dll, kSupID_AppPrivArch, true, "VirtualBox" SUPLIB_DLL_SUFF }, -
trunk/src/VBox/Installer/linux/Makefile.kmk
r16166 r16174 73 73 linux-misc_MODE = a+r,u+w 74 74 linux-misc_SOURCES = \ 75 $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/$(if $(VBOX_OSE),OSE,NonOSE)/VirtualBox_32px.png=>VBox.png \75 $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/$(if $(VBOX_OSE),OSE,NonOSE)/VirtualBox_32px.png=>VBox.png \ 76 76 $(if $(VBOX_OSE),,$(VBOX_BRAND_LICENSE_TXT)=>LICENSE) \ 77 $(if $(VBOX_WITH_QT 4GUI),$(PATH_linux-misc)/VirtualBox.desktop,)77 $(if $(VBOX_WITH_QTGUI),$(PATH_linux-misc)/VirtualBox.desktop,) 78 78 linux-misc_CLEAN = $(PATH_linux-misc)/VirtualBox.desktop 79 79 … … 148 148 149 149 # Qt4 GUI 150 ifdef VBOX_WITH_QT 4GUI151 include $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/nls/ApprovedLanguages.kmk150 ifdef VBOX_WITH_QTGUI 151 include $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/nls/ApprovedLanguages.kmk 152 152 VBOX_LNX_STRIP_BIN += \ 153 153 VBoxKeyboard.so \ -
trunk/src/VBox/Installer/solaris/Makefile.kmk
r16168 r16174 107 107 solaris-doc_SOURCES = \ 108 108 $(if $(VBOX_OSE),,$(VBOX_BRAND_LICENSE_TXT)=>LICENSE) \ 109 $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/images/$(if $(VBOX_OSE),OSE,NonOSE)/VirtualBox_64px.png=>VBox.png109 $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/images/$(if $(VBOX_OSE),OSE,NonOSE)/VirtualBox_64px.png=>VBox.png 110 110 111 111 # … … 117 117 SOLARIS_STRIP_EXES = \ 118 118 VBoxZoneAccess \ 119 $(if $(VBOX_WITH_QT 4GUI),VirtualBox,) \119 $(if $(VBOX_WITH_QTGUI),VirtualBox,) \ 120 120 VBoxManage \ 121 121 $(if $(VBOX_WITH_VBOXBFE),VBoxBFE) \ … … 139 139 $(if $(VBOX_WITH_SHARED_CLIPBOARD),VBoxSharedClipboard.so,) \ 140 140 $(if $(VBOX_WITH_GUEST_PROPS),VBoxGuestPropSvc.so,) \ 141 $(if $(VBOX_WITH_QT4GUI),VBoxKeyboard.so,) \ 142 $(if $(VBOX_WITH_QT4GUI),libVBoxQtCore.so.4,) \ 143 $(if $(VBOX_WITH_QT4GUI),libVBoxQtGui.so.4,) \ 144 $(if $(VBOX_WITH_QT4GUI),accessible/libqtaccessiblewidgets.so,) \ 141 $(if $(VBOX_WITH_QTGUI),\ 142 VBoxKeyboard.so \ 143 libVBoxQtCore.so.4 \ 144 libVBoxQtGui.so.4 \ 145 accessible/libqtaccessiblewidgets.so,) \ 145 146 $(if $(VBOX_WITH_DEBUGGER_GUI),VBoxDbg.so,) \ 146 147 $(if $(VBOX_WITH_CROGL),\ … … 157 158 $(if $(VBOX_WITH_VBOXBFE),VBoxBFE.so) \ 158 159 $(if $(VBOX_WITH_VBOXSDL),VBoxSDL.so,) \ 159 $(if $(VBOX_WITH_QT 4GUI),VirtualBox.so,)160 $(if $(VBOX_WITH_QTGUI),VirtualBox.so,) 160 161 endif 161 162 … … 184 185 components/VBoxXPCOMBase.xpt \ 185 186 components/VirtualBox_XPCOM.xpt \ 186 $(if $(and $(VBOX_LICENSE_FILES),$(VBOX_WITH_QT 4GUI)),$(VBOX_LICENSE_FILES))187 $(if $(and $(VBOX_LICENSE_FILES),$(VBOX_WITH_QTGUI)),$(VBOX_LICENSE_FILES)) 187 188 188 189 # Things packed explicitly, not from $(PATH_BIN), track these to clean-up properly … … 198 199 $(if $(not $(VBOX_WITH_NETFLT))vnic_setup.sh,) \ 199 200 $(if $(not $(VBOX_WITH_NETFLT))vnic_term.sh,) \ 200 $(if $(VBOX_WITH_QT 4GUI),virtualbox.desktop,) \201 $(if $(VBOX_WITH_QTGUI),virtualbox.desktop,) \ 201 202 virtualbox-webservice.xml \ 202 203 virtualbox-zoneaccess.xml \ … … 208 209 209 210 # These extra Qt libs are purely for running VBoxQtconfig 210 ifdef VBOX_WITH_QT 4GUI211 ifdef VBOX_WITH_QTGUI 211 212 SOLARIS_QTLIBS = libVBoxQtNetwork.so.4 \ 212 213 libVBoxQtXml.so.4 \ … … 216 217 217 218 218 ifdef VBOX_WITH_QT 4GUI219 include $(PATH_ROOT)/src/VBox/Frontends/VirtualBox 4/nls/ApprovedLanguages.kmk219 ifdef VBOX_WITH_QTGUI 220 include $(PATH_ROOT)/src/VBox/Frontends/VirtualBox/nls/ApprovedLanguages.kmk 220 221 SOLARIS_NO_STRIP += $(foreach f,$(VBOX_APPROVED_GUI_LANGUAGES),nls/VirtualBox_$(f).qm nls/qt_$(f).qm) 221 222 endif … … 352 353 $(if $(VBOX_OSE),,$(VBOX_BRAND_LICENSE_TXT)) \ 353 354 $(if $(VBOX_OSE),,$(PATH_BIN)/LICENSE) \ 354 $(if $(and $(VBOX_LICENSE_BINS),$(VBOX_WITH_QT 4GUI)),$(VBOX_LICENSE_BINS),) \355 $(if $(and $(VBOX_LICENSE_BINS),$(VBOX_WITH_QTGUI)),$(VBOX_LICENSE_BINS),) \ 355 356 $(PATH_ROOT)/src/VBox/HostDrivers/Support/solaris/vboxdrv.conf \ 356 357 $(if $(VBOX_WITH_NETFLT),$(PATH_ROOT)/src/VBox/HostDrivers/VBoxNetFlt/solaris/vboxflt.conf) \ … … 385 386 $(QUIET)$(if $(VBOX_WITH_PYTHON),$(INSTALL) -m 0644 $(if $(VBOX_DO_STRIP),-s) $(SOLARIS_OUT_BIN_32)/VBoxPython.so $(SOLARIS_INST_DIR_32)/VBoxPython.so,) 386 387 $(QUIET)$(if $(VBOX_WITH_PYTHON),$(INSTALL) -m 0644 $(if $(VBOX_DO_STRIP),-s) $(SOLARIS_OUT_BIN_64)/VBoxPython.so $(SOLARIS_INST_DIR_64)/$(VBOX_SOL_PYTHON_DIR_64)/VBoxPython.so,) 387 $(QUIET)$(if $(VBOX_WITH_QT 4GUI),$(INSTALL) -m 0755 $(PATH_DEVTOOLS)/solaris.x86/qt/v4.3.3-r1/bin/qtconfig$(SOLARIS_INST_DIR_32)/VBoxQtconfig,)388 $(QUIET)$(if $(VBOX_WITH_QT 4GUI),$(INSTALL) -m 0755 $(PATH_DEVTOOLS)/solaris.amd64/qt/v4.3.3-r1/bin/qtconfig$(SOLARIS_INST_DIR_64)/VBoxQtconfig,)388 $(QUIET)$(if $(VBOX_WITH_QTGUI),$(INSTALL) -m 0755 $(PATH_DEVTOOLS)/solaris.x86/qt/v4.3.3-r1/bin/qtconfig $(SOLARIS_INST_DIR_32)/VBoxQtconfig,) 389 $(QUIET)$(if $(VBOX_WITH_QTGUI),$(INSTALL) -m 0755 $(PATH_DEVTOOLS)/solaris.amd64/qt/v4.3.3-r1/bin/qtconfig $(SOLARIS_INST_DIR_64)/VBoxQtconfig,) 389 390 $(QUIET)$(INSTALL) -m 0755 $(SOLARIS_OUT_BIN_32)/VBoxISAExec $(SOLARIS_INST_DIR)/VBoxISAExec 390 391 else … … 395 396 $(QUIET)$(INSTALL) -m 0644 $(if $(VBOX_DO_STRIP),-s) $(SOLARIS_OUT_BIN)/VBoxPython.so $(SOLARIS_INST_DIR_ISA)/$(if $(SOL64_PKG),$(VBOX_SOL_PYTHON_DIR_64)/,)VBoxPython.so 396 397 endif 397 $(QUIET)$(if $(VBOX_WITH_QT 4GUI),$(INSTALL) -m 0755 $(PATH_DEVTOOLS_TRG)/qt/v4.3.3-r1/bin/qtconfig$(SOLARIS_INST_DIR_ISA)/VBoxQtconfig,)398 $(QUIET)$(if $(VBOX_WITH_QTGUI),$(INSTALL) -m 0755 $(PATH_DEVTOOLS_TRG)/qt/v4.3.3-r1/bin/qtconfig $(SOLARIS_INST_DIR_ISA)/VBoxQtconfig,) 398 399 $(QUIET)$(INSTALL) -m 0755 $(SOLARIS_OUT_BIN)/VBoxISAExec $(SOLARIS_INST_DIR)/VBoxISAExec 399 400 endif … … 410 411 $(QUIET)$(RM) -f $(SOLARIS_INST_DIR)/vboxdrv.sh.tmp 411 412 $(QUIET)$(INSTALL) -m 0755 $(VBOX_PATH_SOL_INST_SRC)/VBox.sh $(SOLARIS_INST_DIR)/VBox.sh 412 $(QUIET)$(if $(VBOX_WITH_QT 4GUI),$(INSTALL) -m 0644 $(VBOX_PATH_SOL_INST_SRC)/virtualbox.desktop$(SOLARIS_INST_DIR)/virtualbox.desktop,)413 $(QUIET)$(if $(VBOX_WITH_QTGUI),$(INSTALL) -m 0644 $(VBOX_PATH_SOL_INST_SRC)/virtualbox.desktop $(SOLARIS_INST_DIR)/virtualbox.desktop,) 413 414 $(QUIET)$(INSTALL) -m 0644 $(SOLARIS_OUT_BIN)/VBox.png $(SOLARIS_INST_DIR)/VBox.png 414 415 $(QUIET)$(INSTALL) -m 0755 $(VBOX_PATH_SOL_INST_SRC)/postinstall.sh $(SOLARIS_INST_DIR)/postinstall.sh -
trunk/src/VBox/Main/MachineImpl.cpp
r16166 r16174 3670 3670 Bstr type (aType); 3671 3671 3672 /* Qt 4is default */3673 #ifdef VBOX_WITH_QT 4GUI3674 if (type == "gui" || type == "GUI/Qt 4")3672 /* Qt is default */ 3673 #ifdef VBOX_WITH_QTGUI 3674 if (type == "gui" || type == "GUI/Qt") 3675 3675 { 3676 3676 # ifdef RT_OS_DARWIN /* Avoid Launch Services confusing this with the selector by using a helper app. */ … … 3691 3691 vrc = RTProcCreate (path, args, env, 0, &pid); 3692 3692 } 3693 #else /* !VBOX_WITH_QT 4GUI */3693 #else /* !VBOX_WITH_QTGUI */ 3694 3694 if (0) 3695 3695 ; 3696 #endif /* VBOX_WITH_QT 4GUI */3696 #endif /* VBOX_WITH_QTGUI */ 3697 3697 3698 3698 else -
trunk/src/VBox/Main/Makefile.kmk
r16166 r16174 175 175 $(if $(VBOX_WITH_VRDP),VBOX_WITH_VRDP,) \ 176 176 $(if $(VBOX_WITH_HEADLESS),VBOX_WITH_HEADLESS,) \ 177 $(if $(VBOX_WITH_QT 4GUI),VBOX_WITH_QT4GUI,) \177 $(if $(VBOX_WITH_QTGUI),VBOX_WITH_QTGUI,) \ 178 178 $(if $(VBOX_WITH_HGCM),VBOX_WITH_HGCM,) \ 179 179 $(if $(VBOX_MAIN_RELEASE_LOG),VBOX_MAIN_RELEASE_LOG LOG_ENABLED,) \ -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r16089 r16174 40 40 * of the Main API) 41 41 * 42 * 6. src/VBox/Frontends/VirtualBox4/include/COMWrappers.xsl => 43 * out/<platform>/obj/src/VBox/Frontends/VirtualBox4/VirtualBox/include/COMWrappers.h 44 * (smart Qt-based C++ wrapper classes for COM interfaces 45 * of the Main API) 46 * 47 * 7. src/VBox/Installer/win32/VirtualBox_TypeLib.xsl => 42 * 6. src/VBox/Installer/win32/VirtualBox_TypeLib.xsl => 48 43 * out/<platform>/obj/src/VBox/Installer/win32/VirtualBox_TypeLib.wxi 49 44 * (Main API TypeLib block for the WiX installer) 50 45 * 51 * 8. src/VBox/Runtime/common/err/errmsgvboxcom.xsl =>46 * 7. src/VBox/Runtime/common/err/errmsgvboxcom.xsl => 52 47 * out/<platform>/obj/Runtime/errmsgvboxcomdata.h 53 48 * (<result> extraction for the %Rhrc format specifier)
Note:
See TracChangeset
for help on using the changeset viewer.