9c891bead8
This adds a manual test for the QTextTable border logic. Two HTML files are bundled as resources: table-border-test.html: Contains various test cases for the border logic. table-border-test-header.html: Contains a test case for printing a table with a repeated header. The test application allows: - editing - previewing - printing - opening the HTML in the system browser (via temp. file) It is possible to edit the HTML with "live preview" so new test cases can easily be implemented. Change-Id: Ic88488bc8b7dd74d5c03c3363f55840423462325 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
75 lines
1.4 KiB
Prolog
75 lines
1.4 KiB
Prolog
TEMPLATE=subdirs
|
|
QT_FOR_CONFIG += network-private gui-private
|
|
|
|
SUBDIRS = bearerex \
|
|
filetest \
|
|
embeddedintoforeignwindow \
|
|
foreignwindows \
|
|
gestures \
|
|
highdpi \
|
|
inputmethodhints \
|
|
keypadnavigation \
|
|
lance \
|
|
network_remote_stresstest \
|
|
network_stresstest \
|
|
qcursor \
|
|
qdesktopservices \
|
|
qdesktopwidget \
|
|
qgraphicsitem \
|
|
qgraphicsitemgroup \
|
|
qgraphicslayout/flicker \
|
|
qhttpnetworkconnection \
|
|
qimagereader \
|
|
qlayout \
|
|
qlocale \
|
|
qmimedatabase \
|
|
qnetconmonitor \
|
|
qnetworkaccessmanager/qget \
|
|
qnetworkconfigurationmanager \
|
|
qnetworkconfiguration \
|
|
qnetworkreply \
|
|
qstorageinfo \
|
|
qscreen \
|
|
qssloptions \
|
|
qsslsocket \
|
|
qsysinfo \
|
|
qtabletevent \
|
|
qtexteditlist \
|
|
qtexttableborders \
|
|
qtbug-8933 \
|
|
qtbug-52641 \
|
|
qtouchevent \
|
|
touch \
|
|
qwidget_zorder \
|
|
repaint \
|
|
socketengine \
|
|
textrendering \
|
|
widgets \
|
|
windowflags \
|
|
windowgeometry \
|
|
windowmodality \
|
|
widgetgrab \
|
|
xembed-raster \
|
|
xembed-widgets \
|
|
shortcuts \
|
|
dialogs \
|
|
windowtransparency \
|
|
unc \
|
|
qtabbar \
|
|
rhi
|
|
|
|
!qtConfig(openssl): SUBDIRS -= qssloptions
|
|
|
|
qtConfig(opengl) {
|
|
SUBDIRS += qopengltextureblitter
|
|
qtConfig(egl): SUBDIRS += qopenglcontext
|
|
}
|
|
|
|
win32: SUBDIRS -= network_remote_stresstest network_stresstest
|
|
|
|
lessThan(QT_MAJOR_VERSION, 5): SUBDIRS -= bearerex lance qnetworkaccessmanager/qget qmimedatabase qnetworkreply \
|
|
qpainfo qscreen socketengine xembed-raster xembed-widgets windowtransparency \
|
|
embeddedintoforeignwindow foreignwindows
|
|
|
|
qtConfig(vulkan): SUBDIRS += qvulkaninstance
|