forked from qt-creator/qt-creator
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:
@@ -3,7 +3,6 @@ TEMPLATE = lib
|
||||
|
||||
PROVIDER = Digia
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(qmlprofilerextension_dependencies.pri)
|
||||
|
||||
DEFINES += QMLPROFILEREXTENSION_LIBRARY
|
||||
|
@@ -1,6 +1,6 @@
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
|
||||
SUBDIRS += plugins/qmlprofilerextension
|
||||
SUBDIRS += plugins/qmlprofiler
|
||||
|
||||
QMAKE_EXTRA_TARGETS = docs install_docs # dummy targets for consistency
|
||||
|
Reference in New Issue
Block a user