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

Remove a few unneeded "QT += script"s


Change-Id: I078300c7b7a9667109754522048736c886b815ae
Reviewed-by: default avatarAlessandro Portale <alessandro.portale@theqtcompany.com>
parent 1e7fa33a
No related branches found
No related tags found
No related merge requests found
QT += core gui network declarative
greaterThan(QT_MAJOR_VERSION, 4) {
QT += declarative-private core-private widgets-private gui-private script-private
QT += declarative-private core-private widgets-private gui-private
} else {
contains (QT_CONFIG, webkit) {
QT += webkit
......
DEFINES += QMLJS_BUILD_DIR
QT +=script
include(../../qtcreatorlibrary.pri)
include(qmljs-lib.pri)
include($$PWD/filemanager/filemanager.pri)
include (../config.pri)
QT += script \
network
QT += network
DEFINES += TEST_EXPORTS
DEFINES += DESIGNER_CORE_LIBRARY
......
include(../../qtcreatorplugin.pri)
QT += script
DEFINES += \
QMLJSEDITOR_LIBRARY
......
......@@ -3,7 +3,6 @@ TEMPLATE = subdirs
include(../../../qtcreator.pri)
greaterThan(QT_MAJOR_VERSION, 4) {
QT += declarative-private core-private
SUBDIRS += qml2puppet
}
......@@ -3,6 +3,5 @@ TEMPLATE = subdirs
include(../../../qtcreator.pri)
qtHaveModule(declarative-private) {
QT += declarative-private core-private
SUBDIRS += qmlpuppet
}
TARGET = qmlpuppet
QT += script-private
TEMPLATE = app
......
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