Files
QWidgetDemo/battery/battery.pro
feiyangqingyun db7be43ae2 更新代码
2021-07-02 17:18:16 +08:00

18 lines
373 B
Prolog

QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat
TARGET = battery
TEMPLATE = app
DESTDIR = $$PWD/../bin
CONFIG += warn_off
SOURCES += main.cpp
SOURCES += frmbattery.cpp
SOURCES += battery.cpp
HEADERS += frmbattery.h
HEADERS += battery.h
FORMS += frmbattery.ui