Changeset 101555 in vbox
- Timestamp:
- Oct 23, 2023 2:26:04 PM (16 months ago)
- Location:
- trunk/src/VBox/GuestHost
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDragAndDropQt/Makefile.kmk
r99845 r101555 32 32 # Targets and units. 33 33 # 34 ifndef VBOX_WITH_QT6 35 USES += qt5 36 else 37 USES += qt6 38 endif 34 USES += qt6 39 35 PROGRAMS.linux += tstDragAndDropQt # Just needed for Linux right now. 40 36 -
trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardQt/Makefile.kmk
r99845 r101555 32 32 # Targets and units. 33 33 # 34 ifndef VBOX_WITH_QT6 35 USES += qt5 36 else 37 USES += qt6 38 endif 34 USES += qt6 39 35 PROGRAMS += tstClipboardQt 40 36
Note:
See TracChangeset
for help on using the changeset viewer.