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

50 lines
976 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 declarative
2011-03-11 12:22:57 +01:00
include(canvas/canvas.pri)
#include($$QMLJSDEBUGGER_PATH/qmljsdebugger-lib.pri)
SOURCES += \
qmlprofilerplugin.cpp \
qmlprofilertool.cpp \
qmlprofilerengine.cpp \
tracewindow.cpp \
timelineview.cpp \
qmlprofilerattachdialog.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
2011-03-11 12:22:57 +01:00
RESOURCES += \
qml/qml.qrc
2011-03-11 12:22:57 +01:00
OTHER_FILES += \
Detail.qml \
Elapsed.qml \
Label.qml \
MainView.qml \
RangeDetails.qml \
RangeMover.qml \
RecordButton.qml \
ToolButton.qml \
MainView.js
FORMS += \
qmlprofilerattachdialog.ui