forked from qt-creator/qt-creator
Adapt .pro, .qbs files and wizard templates to QtQuick1-renaming.
QtQuick1 is now (again) called QtDeclarative. Change-Id: Ic75f1a47e972cac470730b53e102e9ab71548c47 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
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