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>
This commit is contained in:
Ulf Hermann
2015-08-27 17:36:46 +02:00
parent c17e3107d1
commit dd988bdb5e
17 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ TEMPLATE = lib
PROVIDER = Digia
include(../../qtcreatorplugin.pri)
include(qmlprofilerextension_dependencies.pri)
DEFINES += QMLPROFILEREXTENSION_LIBRARY

View File

@@ -1,6 +1,6 @@
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += plugins/qmlprofilerextension
SUBDIRS += plugins/qmlprofiler
QMAKE_EXTRA_TARGETS = docs install_docs # dummy targets for consistency