Changeset 92789 in vbox for trunk/src/VBox
- Timestamp:
- Dec 7, 2021 1:41:23 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148707
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardQt/Makefile.kmk
r88604 r92789 23 23 # 24 24 USES += qt5 25 #LIBRARIES += VBox-chmlib VBox-libchmfile26 25 PROGRAMS += tstClipboardQt 27 28 29 26 30 27 # … … 36 33 $(VBOX_GCC_Wno-implicit-fallthrough) \ 37 34 $(VBOX_GCC_Wno-deprecated-declarations) 38 #kchmviewer4_LIBS = \39 # $(VBox-libchmfile_1_TARGET) \40 # $(VBox-chmlib_1_TARGET)41 #kchmviewer4_INCS = \42 # ./lib/libchmfile \43 # ./chmlib-0.39/src \44 # .45 46 # Headers containing definitions of classes that use the Q_OBJECT macro.47 #kchmviewer4_QT_MOCHDRS = \48 # src/kchmviewwindowmgr.h \49 # src/kchmviewwindow_qtextbrowser.h \50 # src/kchmdialogchooseurlfromlist.h \51 # src/kchmbookmarkwindow.h \52 # src/kchmsetupdialog.h \53 # src/kchmmainwindow.h \54 # src/kchmindexwindow.h \55 # src/kchmcontentswindow.h \56 # src/kchmsearchwindow.h57 35 58 36 tstClipboardQt_SOURCES = \ … … 63 41 64 42 include $(FILE_KBUILD_SUB_FOOTER) 65 -
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r86615 r92789 121 121 'testcase/tstClipboardX11Smoke': '', # (Old naming, deprecated) Needs X, not available on all test boxes. 122 122 'testcase/tstClipboardGH-X11Smoke': '', # (New name) Ditto. 123 'testcase/tstClipboardQt': '', # Is interactive and needs Qt, needed for Qt clipboard bugfixing. 123 124 'testcase/tstFileLock': '', 124 125 'testcase/tstDisasm-2': '', # without parameters it will disassembler 1GB starting from 0
Note:
See TracChangeset
for help on using the changeset viewer.