VirtualBox

vbox的更動 67067 路徑 trunk/src/VBox/Debugger


忽略:
時間撮記:
2017-5-24 下午03:43:59 (7 年 以前)
作者:
vboxsync
訊息:

drop VBOX_WITH_QTGUI_V5 and friends

位置:
trunk/src/VBox/Debugger
檔案:
修改 2 筆資料
移動 2 筆資料

圖例:

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

    r64554 r67067  
    9292if defined(VBOX_WITH_QTGUI) && defined(VBOX_WITH_DEBUGGER_GUI)
    9393#
    94 # Debugger GUI component (Qt4).
     94# Debugger GUI component (Qt).
    9595#
    96 ifndef VBOX_WITH_QTGUI_V5
    97  USES += qt4
    98 else # VBOX_WITH_QTGUI_V5
    99  USES += qt5
    100 endif # VBOX_WITH_QTGUI_V5
     96USES += qt5
    10197DLLS += VBoxDbg
    10298VBoxDbg_TEMPLATE = VBOXQTGUI
    103 VBoxDbg_DEFS = IN_DBG_R3 VBOXDBG_USE_QT4
     99VBoxDbg_DEFS = IN_DBG_R3
    104100VBoxDbg_INCS = .
    105 VBoxDbg_QT_MODULES = Core Gui
    106 ifdef VBOX_WITH_QTGUI_V5
    107  # Qt5 requires additional modules:
    108  VBoxDbg_QT_MODULES += Widgets
    109 endif # VBOX_WITH_QTGUI_V5
     101VBoxDbg_QT_MODULES = Core Gui Widgets
    110102VBoxDbg_QT_MOCHDRS = \
    111103        VBoxDbgGui.h \
    112104        VBoxDbgConsole.h \
    113         VBoxDbgStatsQt4.h
     105        VBoxDbgStatsQt.h
    114106VBoxDbg_SOURCES = \
    115107        VBoxDbg.cpp \
     
    117109        VBoxDbgBase.cpp \
    118110        VBoxDbgConsole.cpp \
    119         VBoxDbgStatsQt4.cpp
     111        VBoxDbgStatsQt.cpp
    120112VBoxDbg_LIBS = \
    121113        $(VBOX_LIB_VMM_LAZY)
     
    126118 ifdef VBOX_WITH_TESTCASES
    127119#
    128 # The VBoxDbg testcase (Qt4).
     120# The VBoxDbg testcase (Qt).
    129121#
    130122PROGRAMS += tstVBoxDbg
    131123tstVBoxDbg_TEMPLATE     = VBOXQTGUIEXE
    132 ifndef VBOX_WITH_QTGUI_V5
    133  tstVBoxDbg_USES         = qt4
    134  tstVBoxDbg_QTTOOL       = QT4
    135 else # VBOX_WITH_QTGUI_V5
    136  tstVBoxDbg_USES         = qt5
    137  tstVBoxDbg_QTTOOL       = QT5
    138 endif # VBOX_WITH_QTGUI_V5
    139 tstVBoxDbg_QT_MODULES   = Core Gui
    140 ifdef VBOX_WITH_QTGUI_V5
    141  # Qt5 requires additional modules:
    142  tstVBoxDbg_QT_MODULES += Widgets
    143  tstVBoxDbg_LIBS.linux   += xcb
    144  tstVBoxDbg_LIBS.solaris += xcb
    145  tstVBoxDbg_LIBS.freebsd += xcb
    146 endif # VBOX_WITH_QTGUI_V5
     124tstVBoxDbg_USES         = qt5
     125tstVBoxDbg_QTTOOL       = QT5
     126tstVBoxDbg_QT_MODULES   = Core Gui Widgets
     127tstVBoxDbg_LIBS.linux   += xcb
     128tstVBoxDbg_LIBS.solaris += xcb
     129tstVBoxDbg_LIBS.freebsd += xcb
    147130tstVBoxDbg_SOURCES      = testcase/tstVBoxDbg.cpp
    148131tstVBoxDbg_LIBS         = \
     
    158141  endif
    159142 endif # TESTCASES
    160 endif # Qt4
     143endif # Qt
    161144
    162145
  • trunk/src/VBox/Debugger/VBoxDbgGui.h

    r62480 r67067  
    2626#endif
    2727
    28 #include "VBoxDbgStatsQt4.h"
     28#include "VBoxDbgStatsQt.h"
    2929#include "VBoxDbgConsole.h"
    3030
  • trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp

    r67066 r67067  
    2121*********************************************************************************************************************************/
    2222#define LOG_GROUP LOG_GROUP_DBGG
    23 #include "VBoxDbgStatsQt4.h"
     23#include "VBoxDbgStatsQt.h"
    2424
    2525#include <QLocale>
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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