VirtualBox

Changeset 101556 in vbox


Ignore:
Timestamp:
Oct 23, 2023 2:28:12 PM (15 months ago)
Author:
vboxsync
Message:

Main, ExtPacks/Puel and FE/VBoxManage: bugref:10450: Get rid of Qt5 stuff.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk

    r99845 r101556  
    131131  #     $(addsuffix /VBoxManageBuiltInHelp.h,$(addprefix $(VBoxManage_0_OUTDIR)/,$(VBOX_APPROVED_VBOXMANAGE_DOCBOOK_LANGUAGES)))
    132132
    133   # define qt tools for translation
    134   ifndef VBOX_WITH_QT6
    135    USES += qt5
    136   else
    137    USES += qt6
    138   endif
     133  # define qt6 tools for translation
     134  USES += qt6
    139135
    140136  PROGRAMS += VBoxManageNls
  • trunk/src/VBox/Main/Makefile.kmk

    r101214 r101556  
    14761476  ifndef VBOX_ONLY_EXTPACKS
    14771477   LIBRARIES += VBoxCOM-GUI
    1478    ifndef VBOX_WITH_QT6
    1479     USES += qt5
    1480    else
    1481     USES += qt6
    1482    endif
     1478   USES += qt6
    14831479   VBoxCOM-GUI_TEMPLATE = $(if-expr defined(VBOX_WITH_HARDENING),VBoxQtGuiDll,VBoxQtGuiExe)
    14841480   VBoxCOM-GUI_EXTENDS = VBoxCOM
     
    14861482 endif
    14871483
    1488  # define qt5 tools for translation even if VBOX_ONLY_EXTPACKS is enabled
     1484 # define qt6 tools for translation even if VBOX_ONLY_EXTPACKS is enabled
    14891485 ifdef VBOX_WITH_NLS
    1490   ifndef VBOX_WITH_QT6
    1491    USES += qt5
    1492   else
    1493    USES += qt6
    1494   endif
     1486  USES += qt6
    14951487 endif
    14961488
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