aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-11-25 16:00:54 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2010-11-25 16:02:10 -0200
commitdadd07ccd733ce3d7eb27dcf08791fb256bcd981 (patch)
tree91e060acf343d0807411d5adba40fdc4c8f155b9
parent91030433ced8aa59000de1465635dab528dbb36d (diff)
Fix compilation on Windows.ps-1.0.0-beta1
Reviewer: Renato Araújo <renato.filho@openbossa.org>
-rw-r--r--tests/pysidetest/testobject.h3
1 files changed, 3 insertions, 0 deletions
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 <QObject>
+#ifdef pysidetest_EXPORTS
+#define PYSIDE_EXPORTS 1
+#endif
#include "pysidemacros.h"
class PYSIDE_API TestObject : public QObject