VirtualBox

vbox的更動 60072 路徑 trunk/src/VBox/Frontends


忽略:
時間撮記:
2016-3-17 下午12:18:23 (9 年 以前)
作者:
vboxsync
訊息:

'xcb' for Qt5 on X11 and make it more obvious if VBOX_WITH_QTGUI_V5 is active or not

位置:
trunk/src/VBox/Frontends/VirtualBox
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r59870 r60072  
    9292# VirtualBox - The GUI program.
    9393#
    94 ifeq ($(VBOX_WITH_QTGUI_V5),)
     94ifndef VBOX_WITH_QTGUI_V5
    9595 USES += qt4
    9696else # VBOX_WITH_QTGUI_V5
     
    115115 VirtualBox_DEFS.darwin += VBOX_WITH_ICHAT_THEATER
    116116endif
    117 ifneq ($(VBOX_WITH_QTGUI_V5),)
     117ifdef VBOX_WITH_QTGUI_V5
    118118 # These important for us Qt4 defines missed in Qt5:
    119119 VirtualBox_DEFS.linux     += Q_WS_X11
     
    234234VirtualBox_LIBS.freebsd += Xinerama
    235235
    236 ifneq ($(VBOX_WITH_QTGUI_V5),)
     236ifdef VBOX_WITH_QTGUI_V5
    237237 # No Qt5 without Xcb under X11:
    238238 VirtualBox_LIBS.linux   += xcb
     
    859859# (The include directory and lib/framework for each module will be added by the Qt4 unit.)
    860860VirtualBox_QT_MODULES = Core Gui
    861 ifneq ($(VBOX_WITH_QTGUI_V5),)
     861ifdef VBOX_WITH_QTGUI_V5
    862862 # Qt5 requires additional modules:
    863863 VirtualBox_QT_MODULES += Widgets PrintSupport
     
    10781078        $(PATH_ROOT)/src/VBox/Artwork/darwin/virtualbox-hdd.icns=>Resources/virtualbox-hdd.icns
    10791079
    1080 ifneq ($(VBOX_WITH_QTGUI_V5),)
     1080ifdef VBOX_WITH_QTGUI_V5
    10811081 # Qt5 requires qt.conf on Mac OS X:
    10821082 VirtualBox.app_SOURCES += \
     
    11961196 PROGRAMS += tstSSLCertDownloads
    11971197 tstSSLCertDownloads_TEMPLATE   = VBOXQTGUIEXE
    1198  ifeq ($(VBOX_WITH_QTGUI_V5),)
     1198 ifndef VBOX_WITH_QTGUI_V5
    11991199  tstSSLCertDownloads_USES       = qt4
    12001200  tstSSLCertDownloads_QTTOOL     = QT4
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.cpp

    r59743 r60072  
    686686
    687687# elif defined(Q_WS_X11)
    688 #  pragma GCC diagnostic push
    689 #  pragma GCC diagnostic ignored "-Wdeprecated-declarations"
     688//#  pragma GCC diagnostic push
     689//#  pragma GCC diagnostic ignored "-Wdeprecated-declarations"
    690690
    691691    /* Make sure it's generic XCB event: */
     
    715715    }
    716716
    717 #  pragma GCC diagnostic pop
     717//#  pragma GCC diagnostic pop
    718718# else
    719719
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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