summaryrefslogtreecommitdiff
path: root/src/plugins/plugins.pro
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-03-14 04:20:51 +0100
committerhjk <hjk@qt.io>2019-03-14 09:24:34 +0000
commitec1c77fc8ad562c82d1c288ddff09d2102b5d843 (patch)
treee4f1760bf6982e59a6a5022beecf97339e52b49f /src/plugins/plugins.pro
parentd2154e6c40856ff4f044210a928587f3b06ec344 (diff)
downloadqt-creator-ec1c77fc8ad562c82d1c288ddff09d2102b5d843.tar.gz
PerfProfiler: Disable when there is no QtQuick
Display depends on libTracing, which depends on QtQuick. Change-Id: I5b334a6d846d53e49c19bd9fd1a6d6d24f750f49 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/plugins/plugins.pro')
-rw-r--r--src/plugins/plugins.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
index 9efcf77bf1..b85252288d 100644
--- a/src/plugins/plugins.pro
+++ b/src/plugins/plugins.pro
@@ -59,7 +59,6 @@ SUBDIRS = \
languageclient \
cppcheck \
compilationdatabaseprojectmanager \
- perfprofiler \
qmlpreview
qtHaveModule(serialport) {
@@ -69,9 +68,9 @@ qtHaveModule(serialport) {
}
qtHaveModule(quick) {
- SUBDIRS += qmlprofiler
+ SUBDIRS += qmlprofiler perfprofiler
} else {
- warning("QmlProfiler plugin has been disabled since the Qt Quick module is not available.")
+ warning("QmlProfiler and PerfProfiler plugins have been disabled since the Qt Quick module is not available.")
}
qtHaveModule(help) {