summaryrefslogtreecommitdiff
path: root/src/script/api/qscriptstring.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-06-07 14:52:56 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-09 15:07:29 +0200
commit973f54fc75e8dd3ddc132942be55f9d5fabde19c (patch)
tree5c260b03a8a7e8b6d050814d26064b886f6bb4e2 /src/script/api/qscriptstring.h
parent68458376c0db2f786b2c9ab3b8dfd21695a5645e (diff)
downloadqtscript-973f54fc75e8dd3ddc132942be55f9d5fabde19c.tar.gz
Add qtscriptglobal.h for the qtscript.git module EXPORT macros
No library other than the core libraries should depend on their export macros being in qglobal.h. Change-Id: I6ded70813f6296ca5aa1d7d3cdb38503a5538424 Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
Diffstat (limited to 'src/script/api/qscriptstring.h')
-rw-r--r--src/script/api/qscriptstring.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/api/qscriptstring.h b/src/script/api/qscriptstring.h
index 49f79fe..06e2c0b 100644
--- a/src/script/api/qscriptstring.h
+++ b/src/script/api/qscriptstring.h
@@ -27,6 +27,7 @@
#include <QtCore/qstring.h>
#include <QtCore/qsharedpointer.h>
+#include <QtScript/qtscriptglobal.h>
QT_BEGIN_HEADER