summaryrefslogtreecommitdiff
path: root/qmake/include/qptrlist.h
Side-by-side diff
Diffstat (limited to 'qmake/include/qptrlist.h') (more/less context) (show whitespace changes)
-rw-r--r--qmake/include/qptrlist.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/qmake/include/qptrlist.h b/qmake/include/qptrlist.h
index 53fb605..17b5ee9 100644
--- a/qmake/include/qptrlist.h
+++ b/qmake/include/qptrlist.h
@@ -4,6 +4,4 @@
** Definition of QPtrList template/macro class
**
-** Created :
-**
** Copyright (C) 1992-2000 Trolltech AS. All rights reserved.
**
@@ -158,3 +156,7 @@ public:
#endif
+#ifdef QT_QWINEXPORT
+#define Q_DEFINED_QPTRLIST
+#include "qwinexport.h"
+#endif /* QT_QWINEXPORT */
#endif // QPTRLIST_H