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

66 lines
1.6 KiB
Prolog
Raw Normal View History

2011-03-11 12:22:57 +01:00
TEMPLATE = lib
TARGET = QmlProfiler
DEFINES += PROFILER_LIBRARY
QT += network script declarative
2011-03-11 12:22:57 +01:00
include(../../qtcreatorplugin.pri)
include(../../plugins/coreplugin/coreplugin.pri)
include(../../plugins/analyzerbase/analyzerbase.pri)
include(../../plugins/qmlprojectmanager/qmlprojectmanager.pri)
include(../../plugins/qt4projectmanager/qt4projectmanager.pri)
include(../../plugins/remotelinux/remotelinux.pri)
include(../../libs/qmljsdebugclient/qmljsdebugclient.pri)
include(../../libs/extensionsystem/extensionsystem.pri)
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 \
localqmlprofilerrunner.cpp \
codaqmlprofilerrunner.cpp \
remotelinuxqmlprofilerrunner.cpp \
qmlprofilereventview.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 \
abstractqmlprofilerrunner.h \
localqmlprofilerrunner.h \
codaqmlprofilerrunner.h \
remotelinuxqmlprofilerrunner.h \
qmlprofilereventview.h
2011-03-11 12:22:57 +01:00
RESOURCES += \
qml/qmlprofiler.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/TimeDisplay.qml \
qml/TimeMarks.qml \
qml/StatusDisplay.qml \
qml/SelectionRange.qml \
qml/SelectionRangeDetails.qml \
qml/Overview.qml \
qml/Overview.js
FORMS += \
qmlprofilerattachdialog.ui