summaryrefslogtreecommitdiff
path: root/qmake/include/qasciidict.h
Side-by-side diff
Diffstat (limited to 'qmake/include/qasciidict.h') (more/less context) (ignore whitespace changes)
-rw-r--r--qmake/include/qasciidict.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/qmake/include/qasciidict.h b/qmake/include/qasciidict.h
index 8f344cd..ecd9c9f 100644
--- a/qmake/include/qasciidict.h
+++ b/qmake/include/qasciidict.h
@@ -115,4 +115,8 @@ public:
type *operator+=(uint j) { return (type *)QGDictIterator::operator+=(j);}
};
+#ifdef QT_QWINEXPORT
+#define Q_DEFINED_QASCIIDICT
+#include "qwinexport.h"
+#endif /* QT_QWINEXPORT */
#endif // QASCIIDICT_H