diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-26 06:55:26 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-26 06:55:26 (GMT) |
commit | 883dc50950e6109d0cfb7a42e144d529076b9be3 (patch) | |
tree | 4029b2c13d2a3c3213537e3730c30b24ee3ff3ab /src/declarative/qml/qmlengine.cpp | |
parent | 819503280f9ac63c362957fb551d8a3b0d22eee5 (diff) | |
download | Qt-883dc50950e6109d0cfb7a42e144d529076b9be3.zip Qt-883dc50950e6109d0cfb7a42e144d529076b9be3.tar.gz Qt-883dc50950e6109d0cfb7a42e144d529076b9be3.tar.bz2 |
Compile with -no-qt3support
Diffstat (limited to 'src/declarative/qml/qmlengine.cpp')
-rw-r--r-- | src/declarative/qml/qmlengine.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlengine.cpp b/src/declarative/qml/qmlengine.cpp index df865f1..ab3c23a 100644 --- a/src/declarative/qml/qmlengine.cpp +++ b/src/declarative/qml/qmlengine.cpp @@ -39,8 +39,6 @@ ** ****************************************************************************/ -#undef QT3_SUPPORT // don't want it here - it just causes bugs (which is why we removed it) - #include <QtCore/qmetaobject.h> #include <private/qmlengine_p.h> #include <private/qmlcontext_p.h> |