Compare commits
6 Commits
53054ca2d0
...
yoctoInteg
Author | SHA1 | Date | |
---|---|---|---|
ae9a5b0920
|
|||
3cdd11cc36
|
|||
7746f22d01
|
|||
27f1a47e23
|
|||
eed4c278f8 | |||
1dd368dad3 |
@@ -4,6 +4,8 @@ QT +=network
|
|||||||
# for TCP-IP
|
# for TCP-IP
|
||||||
|
|
||||||
TARGET = CArunGui
|
TARGET = CArunGui
|
||||||
|
TEMPLATE = app
|
||||||
|
|
||||||
VERSION = "1.0.0"
|
VERSION = "1.0.0"
|
||||||
|
|
||||||
DESTDIR=$${_PRO_FILE_PWD_}/../build
|
DESTDIR=$${_PRO_FILE_PWD_}/../build
|
||||||
@@ -50,7 +52,3 @@ HEADERS += \
|
|||||||
datei.h \
|
datei.h \
|
||||||
plugin.h
|
plugin.h
|
||||||
|
|
||||||
# Default rules for deployment.
|
|
||||||
qnx: target.path = /tmp/$${TARGET}/bin
|
|
||||||
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
|
||||||
!isEmpty(target.path): INSTALLS += target
|
|
||||||
|
@@ -9,7 +9,8 @@ char MainWindow::loadPlugIn(char lade1_entlade2)
|
|||||||
//pluginLoader->setFileName("../MasterPlug/libCAmaster.so"); // for suse
|
//pluginLoader->setFileName("../MasterPlug/libCAmaster.so"); // for suse
|
||||||
//pluginLoader->setFileName("../SlavePlug/libCAslave.so"); // for ptu5
|
//pluginLoader->setFileName("../SlavePlug/libCAslave.so"); // for ptu5
|
||||||
//pluginLoader->setFileName("../../MasterPlug/CAmaster.dll"); // for windows
|
//pluginLoader->setFileName("../../MasterPlug/CAmaster.dll"); // for windows
|
||||||
pluginLoader->setFileName("CAmaster.dll"); // for windows
|
//pluginLoader->setFileName("CAmaster.dll"); // for windows
|
||||||
|
pluginLoader->setFileName("/usr/lib/libCAmaster.so"); // for ptu5
|
||||||
|
|
||||||
if (lade1_entlade2==2)
|
if (lade1_entlade2==2)
|
||||||
{
|
{
|
||||||
|
@@ -126,9 +126,3 @@ SOURCES += \
|
|||||||
# version.variable_out = HEADERS
|
# version.variable_out = HEADERS
|
||||||
# QMAKE_EXTRA_COMPILERS += version
|
# QMAKE_EXTRA_COMPILERS += version
|
||||||
# QMAKE_CLEAN += $${PWD}/include/version.h
|
# QMAKE_CLEAN += $${PWD}/include/version.h
|
||||||
|
|
||||||
|
|
||||||
# Default rules for deployment.
|
|
||||||
qnx: target.path = /tmp/$${TARGET}/bin
|
|
||||||
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
|
||||||
!isEmpty(target.path): INSTALLS += target
|
|
||||||
|
1
config/comport.csv
Normal file
1
config/comport.csv
Normal file
@@ -0,0 +1 @@
|
|||||||
|
s,5,115200,ttymxc2,2,
|
|
@@ -4,6 +4,8 @@ QT +=network
|
|||||||
# for TCP-IP
|
# for TCP-IP
|
||||||
|
|
||||||
TARGET = dCArun
|
TARGET = dCArun
|
||||||
|
TEMPLATE = app
|
||||||
|
|
||||||
VERSION = "1.0.0"
|
VERSION = "1.0.0"
|
||||||
|
|
||||||
DESTDIR=$${_PRO_FILE_PWD_}/../build
|
DESTDIR=$${_PRO_FILE_PWD_}/../build
|
||||||
@@ -53,8 +55,3 @@ HEADERS += \
|
|||||||
win01_com.h \
|
win01_com.h \
|
||||||
datei.h \
|
datei.h \
|
||||||
plugin.h
|
plugin.h
|
||||||
|
|
||||||
# Default rules for deployment.
|
|
||||||
qnx: target.path = /tmp/$${TARGET}/bin
|
|
||||||
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
|
||||||
!isEmpty(target.path): INSTALLS += target
|
|
||||||
|
@@ -9,7 +9,8 @@ char MainWindow::loadPlugIn(char lade1_entlade2)
|
|||||||
//pluginLoader->setFileName("../MasterPlug/libCAmaster.so"); // for suse
|
//pluginLoader->setFileName("../MasterPlug/libCAmaster.so"); // for suse
|
||||||
//pluginLoader->setFileName("../SlavePlug/libCAslave.so"); // for ptu5
|
//pluginLoader->setFileName("../SlavePlug/libCAslave.so"); // for ptu5
|
||||||
//pluginLoader->setFileName("../../MasterPlug/CAmaster.dll"); // for windows
|
//pluginLoader->setFileName("../../MasterPlug/CAmaster.dll"); // for windows
|
||||||
pluginLoader->setFileName("CAmaster.dll"); // for windows
|
//pluginLoader->setFileName("CAmaster.dll"); // for windows
|
||||||
|
pluginLoader->setFileName("/usr/lib/libCAmaster.so"); // for ptu5
|
||||||
|
|
||||||
if (lade1_entlade2==2)
|
if (lade1_entlade2==2)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user