summaryrefslogtreecommitdiffstats
path: root/qtserialbus.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2016-11-15 15:11:17 +0100
committerAlex Blasche <alexander.blasche@qt.io>2016-11-16 12:15:46 +0000
commitd5da770414b37693d0c4a6393931e9eade4ca8f2 (patch)
tree52d99993fd58e290e3ae2908130fe10a54390836 /qtserialbus.pro
parent23ef4bab1faa867ba3614f0b5a325dc3a91550a1 (diff)
Convert qtserialbus to the new configure system
The language test is obsolete since 5.8 fulfills the C++11 requirements. Change-Id: I05e6f7343c6cac8edefc98fcb6dc837d1507f04b Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'qtserialbus.pro')
-rw-r--r--qtserialbus.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/qtserialbus.pro b/qtserialbus.pro
index d0e94f7..469da33 100644
--- a/qtserialbus.pro
+++ b/qtserialbus.pro
@@ -4,16 +4,4 @@ lessThan(QT_MAJOR_VERSION, 5) {
message("Cannot build current QtSerialBus sources with Qt version $${QT_VERSION}.")
}
-load(configure)
-qtCompileTest(language)
-qtCompileTest(socketcan)
-qtCompileTest(socketcan_fd)
load(qt_parts)
-
-requires(config_language) # enforce defined set of C++11
-!config_language:warning("Cannot compile the module with your compiler, missing C++11 language features.")
-
-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'")
-}