forked from COVESA/dlt-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from COVESA/update
sync
- Loading branch information
Showing
17 changed files
with
126 additions
and
479 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,6 @@ | |
\{ | ||
*/ | ||
|
||
#include "dlt_types.h" | ||
#include "dlt_common.h" | ||
|
||
#ifdef __cplusplus | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,20 @@ | ||
#include <QtGlobal> | ||
|
||
#ifndef EXPORT_RULES_H | ||
#define EXPORT_RULES_H | ||
|
||
#if defined(QDLT_LIBRARY) | ||
# define QDLT_EXPORT Q_DECL_EXPORT | ||
# ifdef Q_OS_WIN | ||
# if defined(_WIN32) || defined(_WIN64) | ||
# define QDLT_C_EXPORT __declspec(dllexport) | ||
# else | ||
# define QDLT_C_EXPORT __attribute__((visibility("default"))) | ||
# endif | ||
#else | ||
# define QDLT_EXPORT Q_DECL_IMPORT | ||
# ifdef Q_OS_WIN | ||
# if defined(_WIN32) || defined(_WIN64) | ||
# define QDLT_C_EXPORT __declspec(dllimport) | ||
# else | ||
# define QDLT_C_EXPORT | ||
# endif | ||
#endif | ||
|
||
#define QT_5_SUPPORTED_VERSION (QT_VERSION_MAJOR == 5 && QT_VERSION_MINOR >= 14) || (QT_VERSION_MAJOR >= 6) | ||
|
||
#endif // EXPORT_RULES_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.