blob: 953333f3eeaa4e13ae8bcff611ec6977f1157c41 [file] [log] [blame]
#This project can be used to verify QTBUG-5111 case.
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qtexteditlist
TEMPLATE = app
SOURCES += main.cpp widget.cpp
HEADERS += widget.h
FORMS += widget.ui