vbox的更動 67067 路徑 trunk/src/VBox/Debugger
- 時間撮記:
- 2017-5-24 下午03:43:59 (7 年 以前)
- 位置:
- trunk/src/VBox/Debugger
- 檔案:
-
- 修改 2 筆資料
- 移動 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Debugger/Makefile.kmk
r64554 r67067 92 92 if defined(VBOX_WITH_QTGUI) && defined(VBOX_WITH_DEBUGGER_GUI) 93 93 # 94 # Debugger GUI component (Qt 4).94 # Debugger GUI component (Qt). 95 95 # 96 ifndef VBOX_WITH_QTGUI_V5 97 USES += qt4 98 else # VBOX_WITH_QTGUI_V5 99 USES += qt5 100 endif # VBOX_WITH_QTGUI_V5 96 USES += qt5 101 97 DLLS += VBoxDbg 102 98 VBoxDbg_TEMPLATE = VBOXQTGUI 103 VBoxDbg_DEFS = IN_DBG_R3 VBOXDBG_USE_QT499 VBoxDbg_DEFS = IN_DBG_R3 104 100 VBoxDbg_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 101 VBoxDbg_QT_MODULES = Core Gui Widgets 110 102 VBoxDbg_QT_MOCHDRS = \ 111 103 VBoxDbgGui.h \ 112 104 VBoxDbgConsole.h \ 113 VBoxDbgStatsQt 4.h105 VBoxDbgStatsQt.h 114 106 VBoxDbg_SOURCES = \ 115 107 VBoxDbg.cpp \ … … 117 109 VBoxDbgBase.cpp \ 118 110 VBoxDbgConsole.cpp \ 119 VBoxDbgStatsQt 4.cpp111 VBoxDbgStatsQt.cpp 120 112 VBoxDbg_LIBS = \ 121 113 $(VBOX_LIB_VMM_LAZY) … … 126 118 ifdef VBOX_WITH_TESTCASES 127 119 # 128 # The VBoxDbg testcase (Qt 4).120 # The VBoxDbg testcase (Qt). 129 121 # 130 122 PROGRAMS += tstVBoxDbg 131 123 tstVBoxDbg_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 124 tstVBoxDbg_USES = qt5 125 tstVBoxDbg_QTTOOL = QT5 126 tstVBoxDbg_QT_MODULES = Core Gui Widgets 127 tstVBoxDbg_LIBS.linux += xcb 128 tstVBoxDbg_LIBS.solaris += xcb 129 tstVBoxDbg_LIBS.freebsd += xcb 147 130 tstVBoxDbg_SOURCES = testcase/tstVBoxDbg.cpp 148 131 tstVBoxDbg_LIBS = \ … … 158 141 endif 159 142 endif # TESTCASES 160 endif # Qt 4143 endif # Qt 161 144 162 145 -
trunk/src/VBox/Debugger/VBoxDbgGui.h
r62480 r67067 26 26 #endif 27 27 28 #include "VBoxDbgStatsQt 4.h"28 #include "VBoxDbgStatsQt.h" 29 29 #include "VBoxDbgConsole.h" 30 30 -
trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp
r67066 r67067 21 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_DBGG 23 #include "VBoxDbgStatsQt 4.h"23 #include "VBoxDbgStatsQt.h" 24 24 25 25 #include <QLocale>
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器