1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

GCS/qextserialport: Fix to make it compile on Windows

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@328 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
ephy 2010-03-17 11:28:17 +00:00 committed by ephy
parent 37b9c1915b
commit 289d850403

View File

@ -5,7 +5,7 @@
#include <QtCore/qglobal.h>
#ifdef QEXTSERIALPORT_LIB
#ifdef QEXTSERIALPORT_LIBRARY
# define QEXTSERIALPORT_EXPORT Q_DECL_EXPORT
#else
# define QEXTSERIALPORT_EXPORT Q_DECL_IMPORT