summaryrefslogtreecommitdiffstats
path: root/qmake/project.h
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-08-06 14:21:24 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-08-06 14:21:24 (GMT)
commitb27654523e5c297fa53094c716761cb17faf9cac (patch)
treeaf2eedf30408b42ee39a751ab3000a936488d24a /qmake/project.h
parent972b867ff2cf3412d94aadf5099064eabcf7507d (diff)
downloadQt-b27654523e5c297fa53094c716761cb17faf9cac.zip
Qt-b27654523e5c297fa53094c716761cb17faf9cac.tar.gz
Qt-b27654523e5c297fa53094c716761cb17faf9cac.tar.bz2
remove final traces of qtscript from qmake
Diffstat (limited to 'qmake/project.h')
-rw-r--r--qmake/project.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/qmake/project.h b/qmake/project.h
index 6850782..3e455ac 100644
--- a/qmake/project.h
+++ b/qmake/project.h
@@ -49,14 +49,6 @@
#include <qmap.h>
#include <qmetatype.h>
-#ifndef QT_BUILD_QMAKE_LIBRARY
-//# define QTSCRIPT_SUPPORT
-#endif
-
-#ifdef QTSCRIPT_SUPPORT
-# include <qscriptengine.h>
-#endif
-
QT_BEGIN_NAMESPACE
class QMakeProperty;
@@ -80,9 +72,6 @@ class QMakeProject
friend struct IteratorBlock;
friend struct FunctionBlock;
-#ifdef QTSCRIPT_SUPPORT
- QScriptEngine eng;
-#endif
QStack<ScopeBlock> scope_blocks;
QStack<FunctionBlock *> function_blocks;
IteratorBlock *iterator;