summaryrefslogtreecommitdiff
path: root/qtserialport.pro
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2015-12-09 22:28:03 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2015-12-10 09:49:14 +0000
commita1a98f1cffedd23fed9f0a29cd297fc255af1978 (patch)
tree6ffda0aed940df56d6a458ba930b59082567d536 /qtserialport.pro
parent5641fd99e3c61291cf5562b5083e93678c5d6ab4 (diff)
downloadqtserialport-a1a98f1cffedd23fed9f0a29cd297fc255af1978.tar.gz
Use pre-defined class/interface devices GUIDs
Also is added the test for verification of presence of ntddmodm.h file, which contains GUID_DEVINTERFACE_MODEM definition. In case the compiler has not this file, we define GUID_DEVINTERFACE_MODEM himself. Change-Id: I471f76f8eabd2a200702a0970aa538c780208e18 Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'qtserialport.pro')
-rw-r--r--qtserialport.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/qtserialport.pro b/qtserialport.pro
index b8e7231..95eb99b 100644
--- a/qtserialport.pro
+++ b/qtserialport.pro
@@ -6,4 +6,7 @@ lessThan(QT_MAJOR_VERSION, 5) {
requires(!winrt)
requires(!ios)
+load(configure)
+qtCompileTest(ntddmodm)
+
load(qt_parts)