2013-01-12 23:29:24 +02:00
|
|
|
DEFINES += QMLPROFILER_LIBRARY
|
2011-03-11 12:22:57 +01:00
|
|
|
|
2013-09-16 14:33:07 +02:00
|
|
|
QT += network qml quick
|
2011-11-23 11:31:09 +01:00
|
|
|
|
2011-03-11 12:22:57 +01:00
|
|
|
include(../../qtcreatorplugin.pri)
|
|
|
|
|
|
|
|
|
|
SOURCES += \
|
2011-06-09 14:34:26 +02:00
|
|
|
localqmlprofilerrunner.cpp \
|
2014-10-27 17:41:22 +01:00
|
|
|
qmlprofileranimationsmodel.cpp \
|
|
|
|
|
qmlprofilerattachdialog.cpp \
|
|
|
|
|
qmlprofilerbasemodel.cpp \
|
|
|
|
|
qmlprofilerclientmanager.cpp \
|
|
|
|
|
qmlprofilerdatamodel.cpp \
|
2012-02-24 10:47:17 +01:00
|
|
|
qmlprofilerdetailsrewriter.cpp \
|
2014-10-27 17:41:22 +01:00
|
|
|
qmlprofilerengine.cpp \
|
|
|
|
|
qmlprofilereventsmodelproxy.cpp \
|
|
|
|
|
qmlprofilereventview.cpp \
|
|
|
|
|
qmlprofilermodelmanager.cpp \
|
|
|
|
|
qmlprofilernotesmodel.cpp \
|
|
|
|
|
qmlprofilerplugin.cpp \
|
|
|
|
|
qmlprofilerrangemodel.cpp \
|
|
|
|
|
qmlprofilerruncontrolfactory.cpp \
|
2012-02-24 10:47:17 +01:00
|
|
|
qmlprofilerstatemanager.cpp \
|
2013-07-19 16:08:54 +02:00
|
|
|
qmlprofilerstatewidget.cpp \
|
2014-10-28 19:01:43 +01:00
|
|
|
qmlprofilertimelinemodel.cpp \
|
2014-10-28 17:37:11 +01:00
|
|
|
qmlprofilertimelinemodelfactory.cpp \
|
2014-10-27 17:41:22 +01:00
|
|
|
qmlprofilertool.cpp \
|
2013-08-08 13:28:08 +02:00
|
|
|
qmlprofilertracefile.cpp \
|
2014-10-27 17:41:22 +01:00
|
|
|
qmlprofilertraceview.cpp \
|
|
|
|
|
qmlprofilertreeview.cpp \
|
|
|
|
|
qmlprofilerviewmanager.cpp \
|
|
|
|
|
qv8profilerdatamodel.cpp \
|
|
|
|
|
qv8profilereventview.cpp \
|
2014-10-28 19:01:43 +01:00
|
|
|
timelinemodel.cpp \
|
2014-10-27 17:41:22 +01:00
|
|
|
timelinemodelaggregator.cpp \
|
|
|
|
|
timelinerenderer.cpp \
|
2014-11-18 18:32:43 +01:00
|
|
|
timelinezoomcontrol.cpp \
|
|
|
|
|
timelineitemsrenderpass.cpp \
|
|
|
|
|
qmlprofilerbindingloopsrenderpass.cpp \
|
|
|
|
|
timelineselectionrenderpass.cpp \
|
|
|
|
|
timelinenotesrenderpass.cpp \
|
|
|
|
|
timelinerenderpass.cpp \
|
2014-12-08 16:14:52 +01:00
|
|
|
timelinerenderstate.cpp \
|
|
|
|
|
timelinenotesmodel.cpp
|
2011-03-11 12:22:57 +01:00
|
|
|
|
|
|
|
|
HEADERS += \
|
2011-05-04 16:50:24 +02:00
|
|
|
abstractqmlprofilerrunner.h \
|
2011-06-09 14:34:26 +02:00
|
|
|
localqmlprofilerrunner.h \
|
2014-10-27 17:41:22 +01:00
|
|
|
qmlprofiler_global.h \
|
|
|
|
|
qmlprofileranimationsmodel.h \
|
|
|
|
|
qmlprofilerattachdialog.h \
|
|
|
|
|
qmlprofilerbasemodel.h \
|
|
|
|
|
qmlprofilerbasemodel_p.h \
|
|
|
|
|
qmlprofilerclientmanager.h \
|
|
|
|
|
qmlprofilerconstants.h \
|
|
|
|
|
qmlprofilerdatamodel.h \
|
2012-02-24 10:47:17 +01:00
|
|
|
qmlprofilerdetailsrewriter.h \
|
2014-10-27 17:41:22 +01:00
|
|
|
qmlprofilerengine.h \
|
|
|
|
|
qmlprofilereventsmodelproxy.h \
|
|
|
|
|
qmlprofilereventview.h \
|
|
|
|
|
qmlprofilermodelmanager.h \
|
|
|
|
|
qmlprofilernotesmodel.h \
|
|
|
|
|
qmlprofilerplugin.h \
|
|
|
|
|
qmlprofilerrangemodel.h \
|
|
|
|
|
qmlprofilerruncontrolfactory.h \
|
2012-02-24 10:47:17 +01:00
|
|
|
qmlprofilerstatemanager.h \
|
2013-07-19 16:08:54 +02:00
|
|
|
qmlprofilerstatewidget.h \
|
2014-10-28 19:01:43 +01:00
|
|
|
qmlprofilertimelinemodel.h \
|
2014-10-28 17:37:11 +01:00
|
|
|
qmlprofilertimelinemodelfactory.h \
|
2014-10-27 17:41:22 +01:00
|
|
|
qmlprofilertool.h \
|
2013-08-08 13:28:08 +02:00
|
|
|
qmlprofilertracefile.h \
|
2014-10-27 17:41:22 +01:00
|
|
|
qmlprofilertraceview.h \
|
|
|
|
|
qmlprofilertreeview.h \
|
|
|
|
|
qmlprofilerviewmanager.h \
|
|
|
|
|
qv8profilerdatamodel.h \
|
|
|
|
|
qv8profilereventview.h \
|
2014-10-28 19:01:43 +01:00
|
|
|
timelinemodel.h \
|
|
|
|
|
timelinemodel_p.h \
|
2014-10-27 17:41:22 +01:00
|
|
|
timelinemodelaggregator.h \
|
|
|
|
|
timelinerenderer.h \
|
2014-11-18 18:32:43 +01:00
|
|
|
timelinezoomcontrol.h \
|
|
|
|
|
timelineitemsrenderpass.h \
|
|
|
|
|
qmlprofilerbindingloopsrenderpass.h \
|
|
|
|
|
timelineselectionrenderpass.h \
|
|
|
|
|
timelinenotesrenderpass.h \
|
|
|
|
|
timelinerenderpass.h \
|
2014-12-08 16:14:52 +01:00
|
|
|
timelinerenderstate.h \
|
|
|
|
|
timelinenotesmodel.h \
|
2014-12-09 11:55:08 +01:00
|
|
|
timelinenotesmodel_p.h \
|
|
|
|
|
timelinerenderer_p.h
|
2011-03-11 12:22:57 +01:00
|
|
|
|
|
|
|
|
RESOURCES += \
|
2011-10-11 17:52:39 +02:00
|
|
|
qml/qmlprofiler.qrc
|
2011-03-11 12:22:57 +01:00
|
|
|
|
2014-09-12 14:34:28 +02:00
|
|
|
DISTFILES += \
|
2014-06-04 18:23:07 +02:00
|
|
|
qml/ButtonsBar.qml \
|
2011-04-04 16:59:40 +02:00
|
|
|
qml/Detail.qml \
|
2013-09-03 12:59:50 +02:00
|
|
|
qml/CategoryLabel.qml \
|
2011-04-04 16:59:40 +02:00
|
|
|
qml/MainView.qml \
|
|
|
|
|
qml/RangeDetails.qml \
|
|
|
|
|
qml/RangeMover.qml \
|
2011-07-11 16:05:37 +02:00
|
|
|
qml/TimeDisplay.qml \
|
2014-12-05 16:00:03 +01:00
|
|
|
qml/TimelineContent.qml \
|
|
|
|
|
qml/TimelineLabels.qml \
|
2011-10-11 17:52:39 +02:00
|
|
|
qml/TimeMarks.qml \
|
2011-10-19 14:28:21 +02:00
|
|
|
qml/SelectionRange.qml \
|
|
|
|
|
qml/SelectionRangeDetails.qml \
|
2014-11-18 18:32:43 +01:00
|
|
|
qml/Overview.qml \
|
|
|
|
|
qml/timelineitems.frag \
|
|
|
|
|
qml/timelineitems.vert \
|
|
|
|
|
qml/bindingloops.frag \
|
|
|
|
|
qml/bindingloops.vert \
|
|
|
|
|
qml/notes.frag \
|
|
|
|
|
qml/notes.vert
|