aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/qmlprofiler/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 /plugins/qmlprofiler/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 'plugins/qmlprofiler/qmlprofiler.pro')
-rw-r--r--plugins/qmlprofiler/qmlprofiler.pro26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/qmlprofiler/qmlprofiler.pro b/plugins/qmlprofiler/qmlprofiler.pro
new file mode 100644
index 0000000000..e892a542b7
--- /dev/null
+++ b/plugins/qmlprofiler/qmlprofiler.pro
@@ -0,0 +1,26 @@
+TARGET = QmlProfilerExtension
+TEMPLATE = lib
+
+PROVIDER = Digia
+include(../../qtcreatorplugin.pri)
+
+DEFINES += QMLPROFILEREXTENSION_LIBRARY
+
+# QmlProfilerExtension files
+
+SOURCES += qmlprofilerextensionplugin.cpp \
+ scenegraphtimelinemodel.cpp \
+ pixmapcachemodel.cpp \
+ memoryusagemodel.cpp \
+ inputeventsmodel.cpp
+
+HEADERS += qmlprofilerextensionplugin.h \
+ qmlprofilerextension_global.h \
+ qmlprofilerextensionconstants.h \
+ scenegraphtimelinemodel.h \
+ pixmapcachemodel.h \
+ memoryusagemodel.h \
+ inputeventsmodel.h
+
+OTHER_FILES += \
+ QmlProfilerExtension.json.in