VirtualBox

Changeset 99845 in vbox


Ignore:
Timestamp:
May 18, 2023 11:13:00 AM (21 months ago)
Author:
vboxsync
Message:

bugref:10450: Justify Qt 5/6 unit choice in various project parts.

Location:
trunk/src/VBox
Files:
4 edited

Legend:

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

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

    r98127 r99845  
    3232# Targets and units.
    3333#
    34 USES += qt5
     34ifndef VBOX_WITH_QT6
     35 USES += qt5
     36else
     37 USES += qt6
     38endif
    3539PROGRAMS.linux += tstDragAndDropQt # Just needed for Linux right now.
    3640
  • trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardQt/Makefile.kmk

    r98127 r99845  
    3232# Targets and units.
    3333#
    34 USES += qt5
     34ifndef VBOX_WITH_QT6
     35 USES += qt5
     36else
     37 USES += qt6
     38endif
    3539PROGRAMS += tstClipboardQt
    3640
  • trunk/src/VBox/Main/Makefile.kmk

    r99798 r99845  
    14631463  ifndef VBOX_ONLY_EXTPACKS
    14641464   LIBRARIES += VBoxCOM-GUI
    1465    USES += qt5
     1465   ifndef VBOX_WITH_QT6
     1466    USES += qt5
     1467   else
     1468    USES += qt6
     1469   endif
    14661470   VBoxCOM-GUI_TEMPLATE = $(if-expr defined(VBOX_WITH_HARDENING),VBoxQtGuiDll,VBoxQtGuiExe)
    14671471   VBoxCOM-GUI_EXTENDS = VBoxCOM
     
    14711475 # define qt5 tools for translation even if VBOX_ONLY_EXTPACKS is enabled
    14721476 ifdef VBOX_WITH_NLS
    1473   USES += qt5
     1477  ifndef VBOX_WITH_QT6
     1478   USES += qt5
     1479  else
     1480   USES += qt6
     1481  endif
    14741482 endif
    14751483
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