Skip to content
Snippets Groups Projects
Commit 9cf1a49c authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlProfiler: Only compile for Qt with private headers installed

parent 491a2716
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,7 @@ SUBDIRS = plugin_coreplugin \ ...@@ -44,8 +44,7 @@ SUBDIRS = plugin_coreplugin \
!win32 { !win32 {
SUBDIRS += plugin_valgrindtoolbase \ SUBDIRS += plugin_valgrindtoolbase \
plugin_memcheck \ plugin_memcheck
plugin_qmlprofiler
} }
linux-* { linux-* {
...@@ -64,6 +63,7 @@ contains(QT_CONFIG, declarative) { ...@@ -64,6 +63,7 @@ contains(QT_CONFIG, declarative) {
minQtVersion(4, 7, 1) { minQtVersion(4, 7, 1) {
SUBDIRS += plugin_qmldesigner SUBDIRS += plugin_qmldesigner
!win32:SUBDIRS += plugin_qmlprofiler
} else { } else {
warning() warning()
warning("QmlDesigner plugin has been disabled.") warning("QmlDesigner plugin has been disabled.")
...@@ -262,11 +262,11 @@ plugin_analyzerbase.depends += plugin_projectexplorer ...@@ -262,11 +262,11 @@ plugin_analyzerbase.depends += plugin_projectexplorer
plugin_memcheck.depends = plugin_coreplugin plugin_memcheck.depends = plugin_coreplugin
plugin_memcheck.depends += plugin_analyzerbase plugin_memcheck.depends += plugin_analyzerbase
plugin_memcheck.depends += plugin_valgrindtoolbase plugin_memcheck.depends += plugin_valgrindtoolbase
}
plugin_qmlprofiler.subdir = qmlprofiler plugin_qmlprofiler.subdir = qmlprofiler
plugin_qmlprofiler.depends = plugin_coreplugin plugin_qmlprofiler.depends = plugin_coreplugin
plugin_qmlprofiler.depends = plugin_analyzerbase plugin_qmlprofiler.depends = plugin_analyzerbase
}
plugin_qmljstools.subdir = qmljstools plugin_qmljstools.subdir = qmljstools
plugin_qmljstools.depends = plugin_projectexplorer plugin_qmljstools.depends = plugin_projectexplorer
......
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