Compare commits

...

5 Commits

6 changed files with 10 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ psa-tariff-directory="etc/psa_tariff/"
[PLUGINS]
plugin-name="libCAslave.so"
plugin-name="libCAmaster.so"
[FLAGS]
no-psa-hardware-update=false

View File

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

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
@@ -257,8 +259,8 @@ contains( CONFIG, PTU5_YOCTO ) {
ARCH = PTU5
DEFINES+=PTU5
LIBS += -lCAslave
LIBS += -lCAmaster
#LIBS += -lCAslave
#LIBS += -lCAmaster
}
contains( CONFIG, DesktopLinux ) {
greaterThan(QT_MAJOR_VERSION, 4): QT += serialport

1
common.pri Normal file
View File

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