unitconversion

This commit is contained in:
chenshijie
2020-11-02 19:21:40 +08:00
parent 7b9079d279
commit 75313fa964
38 changed files with 2649 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
#-------------------------------------------------
#
# Project created by QtCreator 2020-07-16T17:38:15
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = unitConversionOfPressure
RC_ICONS = other/logo.ico
TEMPLATE = app
MOC_DIR = temp/moc
RCC_DIR = temp/rcc
UI_DIR = temp/ui
OBJECTS_DIR = temp/obj
DESTDIR = $$PWD/../bin
RESOURCES += other/main.qrc
RESOURCES += other/qss.qrc
CONFIG += warn_off
SOURCES += main.cpp
include ($$PWD/api/api.pri)
include ($$PWD/form/form.pri)
INCLUDEPATH += $$PWD
INCLUDEPATH += $$PWD/api
INCLUDEPATH += $$PWD/form