qt_demoe/screenwidget/screenwidget.pro

19 lines
412 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
SOURCES += screenwidget.cpp
HEADERS += screenwidget.h