Changeset 71333 in vbox
- Timestamp:
- Mar 14, 2018 3:03:39 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r71332 r71333 223 223 224 224 225 # 226 # VirtualBox - GUI Application. 227 # Compiling/linking flags. 228 # 225 229 ifneq ($(KBUILD_TARGET),win) 226 230 VirtualBox_CXXFLAGS += -Wno-switch … … 245 249 endif 246 250 247 # delay loading causes VM process crashes due to the misbehave of the current QtOpenGLVBox4.dll we use248 # (i.e. it does not create the ogl context properly when loaded this way)249 #250 # @todo: investigate a better work-around and enable back delay loading since it is needed to avoid251 # crashes caused by buggy ogl drivers for the case 2D is not used (i.e. no ogl stuff loaded)252 #if defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_GUI_USE_QGL)253 # VirtualBox_LDFLAGS.win += /DelayLoad:QtOpenGLVBox4.dll /DelayLoad:OPENGL32.dll254 #endif255 256 251 VirtualBox_LDFLAGS.darwin = \ 257 252 -framework AppKit -framework Carbon -framework IOKit \ … … 309 304 310 305 306 # 307 # VirtualBox - GUI Application. 311 308 # Headers containing definitions of classes that use the Q_OBJECT macro. 309 # 312 310 VirtualBox_QT_MOCHDRS = \ 313 311 src/VBoxAboutDlg.h \ … … 545 543 ifdef VBOX_GUI_WITH_NETWORK_MANAGER 546 544 VirtualBox_QT_MOCHDRS += \ 545 src/net/UIDownloader.h \ 546 src/net/UIDownloaderAdditions.h \ 547 src/net/UIDownloaderExtensionPack.h \ 548 src/net/UIDownloaderUserManual.h \ 547 549 src/net/UINetworkManager.h \ 548 550 src/net/UINetworkManagerDialog.h \ … … 553 555 src/net/UINetworkCustomer.h \ 554 556 src/net/UIUpdateManager.h \ 555 src/net/UIDownloader.h \556 src/net/UIDownloaderAdditions.h \557 src/net/UIDownloaderExtensionPack.h \558 src/net/UIDownloaderUserManual.h \559 557 src/settings/global/UIGlobalSettingsProxy.h \ 560 558 src/settings/global/UIGlobalSettingsUpdate.h … … 571 569 572 570 VirtualBox_QT_MOCHDRS.darwin += \ 573 src/platform/darwin/UIWindowMenuManager.h 574 571 src/platform/darwin/UIWindowMenuManager.h 572 573 574 # 575 # VirtualBox - GUI Application. 575 576 # Sources containing local definitions of classes that use the Q_OBJECT macro. 577 # 576 578 VirtualBox_QT_MOCSRCS = \ 577 579 src/extensions/QIArrowSplitter.cpp \ … … 634 636 endif 635 637 638 639 # 640 # VirtualBox - GUI Application. 641 # Sources. 642 # 636 643 VirtualBox_SOURCES = \ 637 644 src/main.cpp \ … … 881 888 882 889 ifdef VBOX_GUI_WITH_NETWORK_MANAGER 883 VirtualBox_SOURCES += \890 VirtualBox_SOURCES += \ 884 891 src/net/UINetworkManager.cpp \ 885 892 src/net/UINetworkManagerDialog.cpp \ … … 953 960 endif 954 961 955 #956 # Drag and drop support.957 #958 962 ifdef VBOX_WITH_DRAG_AND_DROP 959 963 VirtualBox_SOURCES += \
Note:
See TracChangeset
for help on using the changeset viewer.

