VirtualBox

Changeset 98439 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Feb 2, 2023 12:47:31 PM (22 months ago)
Author:
vboxsync
Message:

src/VBox/*.kmk: Automatic scm cleanups. bugref:10348

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/Makefile.kmk

    r98169 r98439  
    104104
    105105if defined(VBOX_WITH_QTGUI) && defined(VBOX_WITH_DEBUGGER_GUI)
    106 #
    107 # Debugger GUI component (Qt).
    108 #
     106 #
     107 # Debugger GUI component (Qt).
     108 #
    109109 ifndef VBOX_WITH_QT6
    110 USES += qt5
     110  USES += qt5
    111111 else
    112 USES += qt6
     112  USES += qt6
    113113 endif
    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)
     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)
    132132endif # Qt
    133133
Note: See TracChangeset for help on using the changeset viewer.

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