qt5base-lts/tests/manual/qtexteditlist/qtexteditlist.pro

9 lines
201 B
Prolog
Raw Normal View History

#This project can be used to verify QTBUG-5111 case.
QT += core gui
QT += widgets
TARGET = qtexteditlist
TEMPLATE = app
SOURCES += main.cpp widget.cpp
HEADERS += widget.h
FORMS += widget.ui