Skip to content
Snippets Groups Projects
Commit 1e7fa33a authored by Alessandro Portale's avatar Alessandro Portale
Browse files

Remove a few unneeded "QT += xml"s


Must at some point in time have been changed to use QXmlStream*

Change-Id: I8ed535f51246a0917454352d459a0f24c34f4a62
Reviewed-by: default avatarAlessandro Portale <alessandro.portale@theqtcompany.com>
parent 7a59dbc9
No related branches found
No related tags found
No related merge requests found
DEFINES += QMLJS_BUILD_DIR
QT +=script xml
QT +=script
include(../../qtcreatorlibrary.pri)
include(qmljs-lib.pri)
include(../../qtcreatorplugin.pri)
QT += xml
HEADERS += \
abstractsettings.h \
beautifierabstracttool.h \
......
......@@ -4,7 +4,7 @@ include(../../qtcreatorplugin.pri)
include(../../shared/designerintegrationv2/designerintegration.pri)
include(cpp/cpp.pri)
QT += printsupport designer designercomponents-private xml
QT += printsupport designer designercomponents-private
HEADERS += formeditorplugin.h \
formeditorfactory.h \
......
QT += quick script xml
QT += quick script
include(../../qtcreatorplugin.pri)
include(customwizard/customwizard.pri)
......
TEMPLATE = app
TARGET = valgrind-fake
QT += network xml
QT += network
QT -= gui widgets
macx:CONFIG -= app_bundle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment