diff options
author | David Faure <faure@kde.org> | 2012-08-19 10:01:06 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-08-21 22:16:33 (GMT) |
commit | 1cc7a13c71240507a5c6aa31fdf63e2db30d4117 (patch) | |
tree | f96c53574530d4d1332eda8c38849c1504661f62 /qmake/qmake.pri | |
parent | cfd16f886a29d07b680be436148de52177558436 (diff) | |
download | Qt-1cc7a13c71240507a5c6aa31fdf63e2db30d4117.zip Qt-1cc7a13c71240507a5c6aa31fdf63e2db30d4117.tar.gz Qt-1cc7a13c71240507a5c6aa31fdf63e2db30d4117.tar.bz2 |
Remove qurl.cpp from qmake and bootstrap, it's not needed.
(and I need this out to be able to use QMutex in QUrl)
Change-Id: Ic3eec2b41bd8626ce99f31c83a167c1c197dad82
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@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 f2a3705..31f67f4 100644 --- a/qmake/qmake.pri +++ b/qmake/qmake.pri @@ -82,7 +82,6 @@ bootstrap { #Qt code qstringlist.cpp \ qtemporaryfile.cpp \ qtextstream.cpp \ - qurl.cpp \ quuid.cpp \ qsettings.cpp \ qlibraryinfo.cpp \ @@ -127,7 +126,6 @@ bootstrap { #Qt code qsystemerror_p.h \ qtemporaryfile.h \ qtextstream.h \ - qurl.h \ quuid.h \ qvector.h \ qxmlstream.h \ |