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

46 lines
892 B
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)
QT += network script opengl declarative
include(canvas/canvas.pri)
#include($$QMLJSDEBUGGER_PATH/qmljsdebugger-lib.pri)
SOURCES += \
qmlprofilerplugin.cpp \
qmlprofilertool.cpp \
qmlprofilerengine.cpp \
tracewindow.cpp \
timelineview.cpp
HEADERS += \
qmlprofilerconstants.h \
qmlprofiler_global.h \
qmlprofilerplugin.h \
qmlprofilertool.h \
qmlprofilerengine.h \
tracewindow.h \
timelineview.h \
mac_p.h
RESOURCES += \
qmlprofiler.qrc
OTHER_FILES += \
Detail.qml \
Elapsed.qml \
Label.qml \
MainView.qml \
RangeDetails.qml \
RangeMover.qml \
RecordButton.qml \
ToolButton.qml \
MainView.js