Files
qt-creator/src/plugins/qmlprofiler/qmlprofiler.pro

57 lines
1.3 KiB
Prolog
Raw Normal View History

2011-03-11 12:22:57 +01:00
TEMPLATE = lib
TARGET = QmlProfiler
DEFINES += PROFILER_LIBRARY
include(../../qtcreatorplugin.pri)
include(../../plugins/coreplugin/coreplugin.pri)
include(../../plugins/analyzerbase/analyzerbase.pri)
include(../../plugins/qmlprojectmanager/qmlprojectmanager.pri)
include(../../libs/qmljsdebugclient/qmljsdebugclient-lib.pri)
2011-03-11 12:22:57 +01:00
QT += network script declarative
2011-03-11 12:22:57 +01:00
include(canvas/canvas.pri)
SOURCES += \
qmlprofilerplugin.cpp \
qmlprofilertool.cpp \
qmlprofilerengine.cpp \
tracewindow.cpp \
timelineview.cpp \
qmlprofilerattachdialog.cpp \
qmlprofilersummaryview.cpp \
qmlprojectanalyzerruncontrolfactory.cpp \
localqmlprofilerrunner.cpp
2011-03-11 12:22:57 +01:00
HEADERS += \
qmlprofilerconstants.h \
qmlprofiler_global.h \
qmlprofilerplugin.h \
qmlprofilertool.h \
qmlprofilerengine.h \
tracewindow.h \
timelineview.h \
qmlprofilerattachdialog.h \
qmlprofilersummaryview.h \
qmlprojectanalyzerruncontrolfactory.h \
abstractqmlprofilerrunner.h \
localqmlprofilerrunner.h
2011-03-11 12:22:57 +01:00
RESOURCES += \
qml/qml.qrc
2011-03-11 12:22:57 +01:00
OTHER_FILES += \
2011-04-04 16:59:40 +02:00
qml/Detail.qml \
qml/Elapsed.qml \
qml/Label.qml \
qml/MainView.qml \
qml/RangeDetails.qml \
qml/RangeMover.qml \
qml/RecordButton.qml \
qml/ToolButton.qml \
qml/MainView.js
FORMS += \
qmlprofilerattachdialog.ui