Files
QWidgetDemo/devicebutton/devicebutton.pro
feiyangqingyun 020b6fb0e7 改进代码
2021-05-17 14:46:15 +08:00

26 lines
541 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2018-07-04T09:39:27
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = devicebutton
TEMPLATE = app
DESTDIR = $$PWD/../bin
CONFIG += warn_off
SOURCES += main.cpp
SOURCES += frmdevicebutton.cpp
SOURCES += devicebutton.cpp
HEADERS += frmdevicebutton.h
HEADERS += devicebutton.h
FORMS += frmdevicebutton.ui
RESOURCES += main.qrc