From dadd07ccd733ce3d7eb27dcf08791fb256bcd981 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 25 Nov 2010 16:00:54 -0200 Subject: Fix compilation on Windows. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewer: Renato Araújo --- tests/pysidetest/testobject.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/pysidetest/testobject.h') diff --git a/tests/pysidetest/testobject.h b/tests/pysidetest/testobject.h index ef0266199..901235931 100644 --- a/tests/pysidetest/testobject.h +++ b/tests/pysidetest/testobject.h @@ -2,6 +2,9 @@ #define TESTOBJECT_H #include +#ifdef pysidetest_EXPORTS +#define PYSIDE_EXPORTS 1 +#endif #include "pysidemacros.h" class PYSIDE_API TestObject : public QObject -- cgit v1.2.3