diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2011-09-09 15:27:36 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-03-24 16:30:58 +0100 |
commit | 6ab6b0fc1c594a589d96d17b5ab7bdc237290f6e (patch) | |
tree | 32aeee16ce365def37daec8da690650758479556 /qmake/qmake.pri | |
parent | 5e0406cbdf60302379fec092c0bac8f1745b62df (diff) | |
download | qtbase-6ab6b0fc1c594a589d96d17b5ab7bdc237290f6e.tar.gz |
Disable QUrl support in QVariant in bootstrapped mode
The only use of QUrl in qmake, moc, uic and rcc is due to QVariant's
internals, so let's disable it. This means those binaries are now
probably a lot smaller since the parsing and IDNA code don't need to
be present.
Change-Id: Ie156b0817d119b2ba5d3dcb9712a9fea2ee7d4a1
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Diffstat (limited to 'qmake/qmake.pri')
-rw-r--r-- | qmake/qmake.pri | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qmake/qmake.pri b/qmake/qmake.pri index b8b9d43035..9320456b9e 100644 --- a/qmake/qmake.pri +++ b/qmake/qmake.pri @@ -67,7 +67,6 @@ bootstrap { #Qt code qstringlist.cpp \ qtemporaryfile.cpp \ qtextstream.cpp \ - qurl.cpp \ quuid.cpp \ qsettings.cpp \ qlibraryinfo.cpp \ @@ -114,7 +113,6 @@ bootstrap { #Qt code qsystemerror_p.h \ qtemporaryfile.h \ qtextstream.h \ - qurl.h \ quuid.h \ qvector.h \ qxmlstream.h \ |