summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtexttableborders/qtexttableborders.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qtexttableborders/qtexttableborders.pro')
-rw-r--r--tests/manual/qtexttableborders/qtexttableborders.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/manual/qtexttableborders/qtexttableborders.pro b/tests/manual/qtexttableborders/qtexttableborders.pro
new file mode 100644
index 0000000000..7e454f978d
--- /dev/null
+++ b/tests/manual/qtexttableborders/qtexttableborders.pro
@@ -0,0 +1,10 @@
+#This project can be used to verify QTBUG-36152 case.
+QT += core gui printsupport
+CONFIG += c++11
+greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
+TARGET = qtexttableborders
+TEMPLATE = app
+SOURCES += main.cpp widget.cpp
+HEADERS += widget.h
+FORMS += widget.ui
+RESOURCES += resources.qrc