Changeset 99845 in vbox for trunk/src/VBox/GuestHost/SharedClipboard/testcase
- Timestamp:
- May 18, 2023 11:13:00 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardQt/Makefile.kmk
r98127 r99845 32 32 # Targets and units. 33 33 # 34 USES += qt5 34 ifndef VBOX_WITH_QT6 35 USES += qt5 36 else 37 USES += qt6 38 endif 35 39 PROGRAMS += tstClipboardQt 36 40
Note:
See TracChangeset
for help on using the changeset viewer.