Changeset 98439 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Feb 2, 2023 12:47:31 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/Makefile.kmk
r98169 r98439 104 104 105 105 if defined(VBOX_WITH_QTGUI) && defined(VBOX_WITH_DEBUGGER_GUI) 106 #107 # Debugger GUI component (Qt).108 #106 # 107 # Debugger GUI component (Qt). 108 # 109 109 ifndef VBOX_WITH_QT6 110 USES += qt5110 USES += qt5 111 111 else 112 USES += qt6112 USES += qt6 113 113 endif 114 DLLS += VBoxDbg115 VBoxDbg_TEMPLATE = VBoxQtGuiDll116 VBoxDbg_DEFS = IN_DBG_R3117 VBoxDbg_INCS = .118 VBoxDbg_QT_MODULES = Core Gui Widgets119 VBoxDbg_QT_MOCHDRS = \120 VBoxDbgGui.h \121 VBoxDbgConsole.h \122 VBoxDbgStatsQt.h123 VBoxDbg_SOURCES = \124 VBoxDbg.cpp \125 VBoxDbgGui.cpp \126 VBoxDbgBase.cpp \127 VBoxDbgConsole.cpp \128 VBoxDbgStatsQt.cpp129 VBoxDbg_LDFLAGS.darwin = \130 -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxDbg.dylib131 $(call VBOX_SET_VER_INFO_DLL,VBoxDbg,VirtualBox Debugger GUI)114 DLLS += VBoxDbg 115 VBoxDbg_TEMPLATE = VBoxQtGuiDll 116 VBoxDbg_DEFS = IN_DBG_R3 117 VBoxDbg_INCS = . 118 VBoxDbg_QT_MODULES = Core Gui Widgets 119 VBoxDbg_QT_MOCHDRS = \ 120 VBoxDbgGui.h \ 121 VBoxDbgConsole.h \ 122 VBoxDbgStatsQt.h 123 VBoxDbg_SOURCES = \ 124 VBoxDbg.cpp \ 125 VBoxDbgGui.cpp \ 126 VBoxDbgBase.cpp \ 127 VBoxDbgConsole.cpp \ 128 VBoxDbgStatsQt.cpp 129 VBoxDbg_LDFLAGS.darwin = \ 130 -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxDbg.dylib 131 $(call VBOX_SET_VER_INFO_DLL,VBoxDbg,VirtualBox Debugger GUI) 132 132 endif # Qt 133 133
Note:
See TracChangeset
for help on using the changeset viewer.