60c2e7086bbba33fe351b5f065b0d8a8450dd5bc
[profile/ivi/qtdeclarative.git] / tools / qmlprofiler / qmlprofiler.pro
1 TEMPLATE = app
2 TARGET   = qmlprofiler
3 DESTDIR = $$QT.qml.bins
4
5 QT += qml qml-private network core-private
6
7 target.path = $$[QT_INSTALL_BINS]
8 INSTALLS += target
9
10 macx: CONFIG -= app_bundle
11
12 CONFIG   += console declarative_debug
13
14 SOURCES += main.cpp \
15     qmlprofilerapplication.cpp \
16     commandlistener.cpp \
17     qqmldebugclient.cpp \
18     qmlprofilerdata.cpp \
19     qmlprofilerclient.cpp \
20     qpacketprotocol.cpp
21
22 HEADERS += \
23     qmlprofilerapplication.h \
24     commandlistener.h \
25     constants.h \
26     qmlprofilerdata.h \
27     qmlprofilerclient.h \
28     qmlprofilereventlocation.h \
29     qqmldebugclient.h \
30     qpacketprotocol.h