summaryrefslogtreecommitdiff
path: root/qmake/include/qptrlist.h
Side-by-side diff
Diffstat (limited to 'qmake/include/qptrlist.h') (more/less context) (ignore 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
@@ -3,8 +3,6 @@
**
** Definition of QPtrList template/macro class
**
-** Created :
-**
** Copyright (C) 1992-2000 Trolltech AS. All rights reserved.
**
** This file is part of the tools module of the Qt GUI Toolkit.
@@ -157,4 +155,8 @@ public:
#define QListIterator QPtrListIterator
#endif
+#ifdef QT_QWINEXPORT
+#define Q_DEFINED_QPTRLIST
+#include "qwinexport.h"
+#endif /* QT_QWINEXPORT */
#endif // QPTRLIST_H