summaryrefslogtreecommitdiff
path: root/qmake/include/qdict.h
Unidiff
Diffstat (limited to 'qmake/include/qdict.h') (more/less context) (ignore whitespace changes)
-rw-r--r--qmake/include/qdict.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/qmake/include/qdict.h b/qmake/include/qdict.h
index 04ae7bf..d8943ad 100644
--- a/qmake/include/qdict.h
+++ b/qmake/include/qdict.h
@@ -115,4 +115,8 @@ public:
115 type *operator+=(uint j) { return (type *)QGDictIterator::operator+=(j); } 115 type *operator+=(uint j) { return (type *)QGDictIterator::operator+=(j); }
116}; 116};
117 117
118#ifdef QT_QWINEXPORT
119#define Q_DEFINED_QDICT
120#include "qwinexport.h"
121#endif /* QT_QWINEXPORT */
118#endif // QDICT_H 122#endif // QDICT_H