15b78b3b54
Remove unnecessary version in tests/manual since they are always true in the CMake port where it's impossible to have a QtVersion less than 6.0. Change-Id: I26a13117a8c2e032a9cc70ca0f040122cbf79886 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
10 lines
258 B
Prolog
10 lines
258 B
Prolog
#This project can be used to verify QTBUG-36152 case.
|
|
QT += core gui printsupport widgets
|
|
CONFIG += c++11
|
|
TARGET = qtexttableborders
|
|
TEMPLATE = app
|
|
SOURCES += main.cpp widget.cpp
|
|
HEADERS += widget.h
|
|
FORMS += widget.ui
|
|
RESOURCES += resources.qrc
|