"export" the qml tools for qtPrepareTool() use
[profile/ivi/qtdeclarative.git] / tools / qmlprofiler / qmlprofiler.pro
1 DESTDIR = $$QT.qml.bins
2
3 QT += qml qml-private v8-private network core-private
4
5 SOURCES += main.cpp \
6     qmlprofilerapplication.cpp \
7     commandlistener.cpp \
8     qqmldebugclient.cpp \
9     qmlprofilerdata.cpp \
10     qmlprofilerclient.cpp \
11     qpacketprotocol.cpp
12
13 HEADERS += \
14     qmlprofilerapplication.h \
15     commandlistener.h \
16     constants.h \
17     qmlprofilerdata.h \
18     qmlprofilerclient.h \
19     qmlprofilereventlocation.h \
20     qqmldebugclient.h \
21     qpacketprotocol.h
22
23 load(qt_tool)