summaryrefslogtreecommitdiff
path: root/qmake/include/qintdict.h
Unidiff
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:
111 type *operator+=(uint j) { return (type *)QGDictIterator::operator+=(j);} 111 type *operator+=(uint j) { return (type *)QGDictIterator::operator+=(j);}
112}; 112};
113 113
114#ifdef QT_QWINEXPORT
115#define Q_DEFINED_QINTDICT
116#include "qwinexport.h"
117#endif /* QT_QWINEXPORT */
114#endif // QINTDICT_H 118#endif // QINTDICT_H