QmlProfilerTool: add tool to QDeclarative
[profile/ivi/qtdeclarative.git] / tools / qmlprofiler / qmlprofiler.pro
1 TEMPLATE = app
2 TARGET   = qmlprofiler
3 DESTDIR = $$QT.declarative.bins
4
5 QT += declarative declarative-private network
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     profileclient.cpp \
18     profiledata.cpp
19
20 HEADERS += \
21     qmlprofilerapplication.h \
22     commandlistener.h \
23     constants.h \
24     profileclient.h \
25     profiledata.h