QmlDebugging: Remove QQmlDebugClient
[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     profileclient.cpp \
18     profiledata.cpp \
19     qqmldebugclient.cpp
20
21 HEADERS += \
22     qmlprofilerapplication.h \
23     commandlistener.h \
24     constants.h \
25     profileclient.h \
26     profiledata.h \
27     qqmldebugclient.h