aboutsummaryrefslogtreecommitdiffstats
path: root/qmlprofiler.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-08-27 17:36:46 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-08-27 18:48:09 +0300
commitdd988bdb5ec7ae4cd082e077c0c9ff051157e1c5 (patch)
tree4b80752ca0ed96ea12274ea675e0926e8a1a38ac /qmlprofiler.pro
parentc17e3107d16f182561154737aa970c320026162f (diff)
Rename files to follow common pattern among extension plugins
This way the plugin will successfully build with qbs again. Change-Id: Iac5fc64753bb225649ba9f62199d6248450e1546 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'qmlprofiler.pro')
-rw-r--r--qmlprofiler.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmlprofiler.pro b/qmlprofiler.pro
index 337b062559..4cff3f101a 100644
--- a/qmlprofiler.pro
+++ b/qmlprofiler.pro
@@ -1,6 +1,6 @@
TEMPLATE = subdirs
CONFIG += ordered
-SUBDIRS += plugins/qmlprofilerextension
+SUBDIRS += plugins/qmlprofiler
QMAKE_EXTRA_TARGETS = docs install_docs # dummy targets for consistency