Use interfaces.h from version 1.3.5

This commit is contained in:
2026-02-04 11:44:50 +01:00
parent 057e4603ce
commit 7ec6ab00b1
5 changed files with 1435 additions and 0 deletions

View File

@@ -2,6 +2,9 @@ QT += core serialport
TARGET = ATBUpdateDC
include(../common.pri)
VERSION="0.1.0"
win32 {
BUILD_DATE=$$system("date /t")

View File

@@ -1,6 +1,8 @@
QT += core
QT += serialport network
include(../common.pri)
TARGET = ATBDownloadDCJsonFiles
VERSION="0.1.0"

View File

@@ -1,6 +1,8 @@
QT += core gui
QT += widgets serialport network
include(../common.pri)
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ATBUpdateTool

1
common.pri Normal file
View File

@@ -0,0 +1 @@
INCLUDEPATH += $$PWD/common/include

File diff suppressed because it is too large Load Diff