|
Last change
on this file since 10792 was 10766, checked in by stuerze, 6 weeks ago |
|
external class QextSerialPort was replaced by Qt5 internal class QSerialPort, serial port is now introduced as case sensitive
|
|
File size:
307 bytes
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | #ifndef BNCVERSION_H
|
|---|
| 3 | #define BNCVERSION_H
|
|---|
| 4 |
|
|---|
| 5 | #define BNCVERSION "2.13.5"
|
|---|
| 6 | #define BNCPGMNAME "BNC " BNCVERSION
|
|---|
| 7 |
|
|---|
| 8 | #if defined(Q_OS_LINUX)
|
|---|
| 9 | # define BNC_OS "LINUX"
|
|---|
| 10 | #elif defined(Q_OS_MAC)
|
|---|
| 11 | # define BNC_OS "MAC"
|
|---|
| 12 | #elif defined(Q_OS_WIN32)
|
|---|
| 13 | # define BNC_OS "WIN32"
|
|---|
| 14 | #else
|
|---|
| 15 | # define BNC_OS "UNKNOWN"
|
|---|
| 16 | #endif
|
|---|
| 17 |
|
|---|
| 18 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.