forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.6'
Conflicts: share/share.qbs Change-Id: I2ab6080a8cc5315191b33c6df21a835df888a291
This commit is contained in:
@@ -3,12 +3,7 @@ TARGET = QmlProfiler
|
||||
|
||||
DEFINES += QMLPROFILER_LIBRARY
|
||||
|
||||
QT += network script
|
||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
QT += quick1
|
||||
} else {
|
||||
QT += declarative
|
||||
}
|
||||
QT += network script declarative
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(../../plugins/coreplugin/coreplugin.pri)
|
||||
|
||||
@@ -5,7 +5,7 @@ import "../QtcPlugin.qbs" as QtcPlugin
|
||||
QtcPlugin {
|
||||
name: "QmlProfiler"
|
||||
|
||||
Depends { name: "Qt"; submodules: ["widgets", "network", "script", "quick1"] }
|
||||
Depends { name: "Qt"; submodules: ["widgets", "network", "script", "declarative"] }
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "AnalyzerBase" }
|
||||
Depends { name: "QmlProjectManager" }
|
||||
|
||||
Reference in New Issue
Block a user