Compare commits
5 Commits
removed-ap
...
281/Szeged
| Author | SHA1 | Date | |
|---|---|---|---|
|
848162280f
|
|||
|
19596ede05
|
|||
|
33b7e90e7b
|
|||
|
055191e01f
|
|||
|
e1e6d1613a
|
@@ -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
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
QT += core gui
|
||||
QT += widgets serialport network
|
||||
|
||||
include(../common.pri)
|
||||
|
||||
TARGET = ATBDownloadDCFirmware
|
||||
|
||||
VERSION="0.1.0"
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
QT += core
|
||||
QT += serialport network
|
||||
|
||||
include(../common.pri)
|
||||
|
||||
TARGET = ATBDownloadDCJsonFiles
|
||||
|
||||
VERSION="0.1.0"
|
||||
|
||||
@@ -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
1
common.pri
Normal file
@@ -0,0 +1 @@
|
||||
INCLUDEPATH += $$PWD/common/include
|
||||
Reference in New Issue
Block a user