summaryrefslogtreecommitdiffstats
path: root/qtserialbus.pro
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-10-28 12:34:47 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-10-28 12:40:58 +0000
commit2602d2e9ad77fd483a1cb0b3ceda55e748ad6839 (patch)
treec9c622e9835f83c9127211e25f66e104c1f6073e /qtserialbus.pro
parenta4eced697c52108d6df09f96035e3123ec8a8406 (diff)
Remove 3rdparty libmodbus and cleanup depending code usage.
Change-Id: I3177a315c43d71bde35b8291aed9332c72d1d8d9 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'qtserialbus.pro')
-rw-r--r--qtserialbus.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/qtserialbus.pro b/qtserialbus.pro
index 6eb20f9..2d3d967 100644
--- a/qtserialbus.pro
+++ b/qtserialbus.pro
@@ -12,24 +12,9 @@ lessThan(QT_MAJOR_VERSION, 5) {
load(configure)
qtCompileTest(socketcan)
qtCompileTest(socketcan_fd)
-
-# Check we have a platform libmodbus in case we prefer the platform version.
-qtCompileTest(libmodbus_systemlib)
-
-qtCompileTest(libmodbus_accept4)
-qtCompileTest(libmodbus_byteswap)
-qtCompileTest(libmodbus_rs485)
-qtCompileTest(libmodbus_strlcpy)
-qtCompileTest(libmodbus_tiocmrts)
load(qt_parts)
linux {
!config_socketcan:warning("You need linux/can.h and linux/can/raw.h linux headers for socketCAN support, disabling it")
!config_socketcan_fd:warning("Newer kernel needed for flexible data-rate frame support 'canfd_frame'")
}
-
-config_libmodbus_systemlib {
- message("Using platform's libmodbus")
-} else {
- message("Using internal libmodbus")
-}