qt_demoe/comtool/comtool.pro

26 lines
608 B
Prolog
Raw Normal View History

2021-07-02 09:19:02 +00:00
QT += core gui network
2019-09-29 03:06:55 +00:00
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
2021-05-30 07:59:42 +00:00
greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat
2019-09-29 03:06:55 +00:00
TARGET = comtool
TEMPLATE = app
DESTDIR = $$PWD/../bin
RC_FILE = other/main.rc
SOURCES += main.cpp
HEADERS += head.h
RESOURCES += other/main.qrc
INCLUDEPATH += $$PWD
INCLUDEPATH += $$PWD/api
INCLUDEPATH += $$PWD/form
include ($$PWD/api/api.pri)
include ($$PWD/form/form.pri)
2021-05-15 11:10:30 +00:00
INCLUDEPATH += $$PWD/../core_qui
include ($$PWD/../core_qui/core_qui.pri)
INCLUDEPATH += $$PWD/../3rd_qextserialport
include ($$PWD/../3rd_qextserialport/3rd_qextserialport.pri)