From bb8fcc856320ef9a9ade434046023d44e89ceb79 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Wed, 13 Jul 2011 01:24:51 +1000 Subject: [PATCH] Windows build fix for Serial stuff --- qextserialport/qextserialport_global.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qextserialport/qextserialport_global.h b/qextserialport/qextserialport_global.h index 31d36c3c..a2b77727 100644 --- a/qextserialport/qextserialport_global.h +++ b/qextserialport/qextserialport_global.h @@ -5,6 +5,8 @@ #include +#define QEXTSERIALPORT_LIB + #ifdef QEXTSERIALPORT_LIB # define QEXTSERIALPORT_EXPORT Q_DECL_EXPORT #else