qt_demoe/screenwidget/screenwidget.pro

24 lines
516 B
Prolog
Raw Normal View History

2019-12-25 00:33:18 +00:00
#-------------------------------------------------
#
# Project created by QtCreator 2017-01-05T22:11:54
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = screenwidget
TEMPLATE = app
DESTDIR = $$PWD/../bin
CONFIG += warn_off
SOURCES += main.cpp
2021-03-08 01:04:13 +00:00
SOURCES += frmscreenwidget.cpp
2019-12-25 00:33:18 +00:00
SOURCES += screenwidget.cpp
2021-03-08 01:04:13 +00:00
2019-12-25 00:33:18 +00:00
HEADERS += screenwidget.h
2021-03-08 01:04:13 +00:00
HEADERS += frmscreenwidget.h
FORMS += frmscreenwidget.ui