qt_demoe/devicebutton/devicebutton.pro

27 lines
593 B
Prolog
Raw Normal View History

2019-11-13 01:28:22 +00:00
#-------------------------------------------------
#
# Project created by QtCreator 2018-07-04T09:39:27
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
2021-05-30 07:59:42 +00:00
greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat
2019-11-13 01:28:22 +00:00
2021-05-17 06:43:33 +00:00
TARGET = devicebutton
2019-11-13 01:28:22 +00:00
TEMPLATE = app
DESTDIR = $$PWD/../bin
CONFIG += warn_off
SOURCES += main.cpp
2021-05-17 06:43:33 +00:00
SOURCES += frmdevicebutton.cpp
SOURCES += devicebutton.cpp
2019-11-13 01:28:22 +00:00
2021-05-17 06:43:33 +00:00
HEADERS += frmdevicebutton.h
HEADERS += devicebutton.h
2019-11-13 01:28:22 +00:00
2021-05-17 06:43:33 +00:00
FORMS += frmdevicebutton.ui
2019-11-13 01:28:22 +00:00
RESOURCES += main.qrc