aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9efcf77bf11..b85252288dd 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) {