Skip to content

Commit

Permalink
CANAL View v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rusoku committed Jun 5, 2023
1 parent aea68b2 commit f1c9d3c
Show file tree
Hide file tree
Showing 21 changed files with 1,456 additions and 906 deletions.
1 change: 0 additions & 1 deletion AnalyzerFrameTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <QTimer>
#include <QVector>
#include "canal.h"
#include "canal_a.h"
#include "messagetypes.h"


Expand Down
Binary file added Libraries/canal.lib
Binary file not shown.
Binary file added Libraries/canald.lib
Binary file not shown.
1 change: 0 additions & 1 deletion StreamFrameTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <QTimer>
#include <QVector>
#include "canal.h"
#include "canal_a.h"
#include "messagetypes.h"


Expand Down
29 changes: 14 additions & 15 deletions can_usb.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TEMPLATE = app

RC_ICONS = icon.ico

VERSION = 1.0.7
VERSION = 1.0.8
QMAKE_TARGET_COMPANY = RUSOKU Technologies
QMAKE_TARGET_PRODUCT = CANAL View
QMAKE_TARGET_DESCRIPTION = Demo software for CANAL library
Expand Down Expand Up @@ -57,7 +57,6 @@ HEADERS += \
messagetypes.h \
rxworkerthread.h \
portablesleep.h \
canal_a.h \
txworkerthread.h \
dialogabout.h \
dialoginitstring.h
Expand All @@ -71,21 +70,21 @@ FORMS += \
# QT_NO_CAST_TO_ASCII

#INCLUDEPATH += "$$PWD/ucrt"
#LIBS += -L"$$PWD/Libraries"
LIBS += -L"$$PWD/Libraries"

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target

contains(QT_ARCH, i386) {
CONFIG(release, debug|release): LIBS += -L$$PWD/Libraries -lcanal32
CONFIG(debug, debug|release): LIBS += -L$$PWD/Libraries -lcanal32d

} else {
CONFIG(release, debug|release): LIBS += -L$$PWD/Libraries -lcanal64
CONFIG(debug, debug|release): LIBS += -L$$PWD/Libraries -lcanal64d
}
#qnx: target.path = /tmp/$${TARGET}/bin
#else: unix:!android: target.path = /opt/$${TARGET}/bin
#!isEmpty(target.path): INSTALLS += target

#contains(QT_ARCH, i386) {
CONFIG(release, debug|release): LIBS += -L$$PWD/Libraries -lcanal
CONFIG(debug, debug|release): LIBS += -L$$PWD/Libraries -lcanald

#} else {
# CONFIG(release, debug|release): LIBS += -L$$PWD/Libraries -lcanal
# CONFIG(debug, debug|release): LIBS += -L$$PWD/Libraries -lcanal
#}

RESOURCES += \
resource.qrc
Expand Down
699 changes: 443 additions & 256 deletions can_usb.pro.user

Large diffs are not rendered by default.

573 changes: 573 additions & 0 deletions can_usb.pro.user.a8408b7

Large diffs are not rendered by default.

Loading

0 comments on commit f1c9d3c

Please sign in to comment.