Changeset 97848 in vbox for trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDragAndDropQt
- Timestamp:
- Dec 20, 2022 3:12:57 PM (2 years ago)
- Location:
- trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDragAndDropQt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDragAndDropQt/Makefile.kmk
r97845 r97848 33 33 # 34 34 USES += qt5 35 PROGRAMS += tstDragAndDropQt35 PROGRAMS.linux += tstDragAndDropQt # Just needed for Linux right now. 36 36 37 37 # … … 39 39 # 40 40 tstDragAndDropQt_TEMPLATE = VBOXQTGUIEXE 41 tstDragAndDropQt_NAME = tstDragAndDropQt 41 tstDragAndDropQt_DEFS = UNIT_TEST TESTCASE 42 tstDragAndDropQt_NAME = tstDragAndDropQt 42 43 tstDragAndDropQt_CXXFLAGS = \ 43 44 $(VBOX_GCC_Wno-implicit-fallthrough) \ -
trunk/src/VBox/GuestHost/DragAndDrop/testcase/tstDragAndDropQt/tstDragAndDropQt.cpp
r97845 r97848 26 26 */ 27 27 28 #include <QApplication>29 #include <QMainWindow>30 #include <QTextEdit>31 #include <QHBoxLayout>32 28 #include <QtWidgets> 33 29
Note:
See TracChangeset
for help on using the changeset viewer.