aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qmlprofiler.pro
blob: b90554455f544c3afe75b8b3da7b0805a2433d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
TEMPLATE = app
TARGET   = qmlprofiler
DESTDIR = $$QT.qml.bins

QT += qml qml-private network core-private

target.path = $$[QT_INSTALL_BINS]
INSTALLS += target

macx: CONFIG -= app_bundle

CONFIG   += console

SOURCES += main.cpp \
    qmlprofilerapplication.cpp \
    commandlistener.cpp \
    qqmldebugclient.cpp \
    qmlprofilerdata.cpp \
    qmlprofilerclient.cpp \
    qpacketprotocol.cpp

HEADERS += \
    qmlprofilerapplication.h \
    commandlistener.h \
    constants.h \
    qmlprofilerdata.h \
    qmlprofilerclient.h \
    qmlprofilereventlocation.h \
    qqmldebugclient.h \
    qpacketprotocol.h