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]
|
[PLUGINS]
|
||||||
plugin-name="libCAslave.so"
|
plugin-name="libCAmaster.so"
|
||||||
|
|
||||||
[FLAGS]
|
[FLAGS]
|
||||||
no-psa-hardware-update=false
|
no-psa-hardware-update=false
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
QT += core gui
|
QT += core gui
|
||||||
QT += widgets serialport network
|
QT += widgets serialport network
|
||||||
|
|
||||||
|
include(../common.pri)
|
||||||
|
|
||||||
TARGET = ATBDownloadDCFirmware
|
TARGET = ATBDownloadDCFirmware
|
||||||
|
|
||||||
VERSION="0.1.0"
|
VERSION="0.1.0"
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
QT += core
|
QT += core
|
||||||
QT += serialport network
|
QT += serialport network
|
||||||
|
|
||||||
|
include(../common.pri)
|
||||||
|
|
||||||
TARGET = ATBDownloadDCJsonFiles
|
TARGET = ATBDownloadDCJsonFiles
|
||||||
|
|
||||||
VERSION="0.1.0"
|
VERSION="0.1.0"
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
QT += core gui
|
QT += core gui
|
||||||
QT += widgets serialport network
|
QT += widgets serialport network
|
||||||
|
|
||||||
|
include(../common.pri)
|
||||||
|
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||||
|
|
||||||
TARGET = ATBUpdateTool
|
TARGET = ATBUpdateTool
|
||||||
@@ -257,8 +259,8 @@ contains( CONFIG, PTU5_YOCTO ) {
|
|||||||
ARCH = PTU5
|
ARCH = PTU5
|
||||||
DEFINES+=PTU5
|
DEFINES+=PTU5
|
||||||
|
|
||||||
LIBS += -lCAslave
|
#LIBS += -lCAslave
|
||||||
LIBS += -lCAmaster
|
#LIBS += -lCAmaster
|
||||||
}
|
}
|
||||||
contains( CONFIG, DesktopLinux ) {
|
contains( CONFIG, DesktopLinux ) {
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += serialport
|
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