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