qt_demoe/other/lineeditnext/lineeditnext.pro

14 lines
312 B
Prolog
Raw Normal View History

2021-07-02 09:19:02 +00:00
QT += core gui
2019-10-28 05:50:59 +00:00
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
2021-05-30 07:59:42 +00:00
greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat
2019-10-28 05:50:59 +00:00
TARGET = lineeditnext
TEMPLATE = app
DESTDIR = $$PWD/../bin
CONFIG += warn_off
SOURCES += main.cpp
SOURCES += widget.cpp
HEADERS += widget.h
FORMS += widget.ui