aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qmlprofiler.pro
blob: ec5f50e376442304c2357982d5cc43e20b58e5fe (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
TEMPLATE = app
TARGET   = qmlprofiler
DESTDIR = $$QT.qml.bins

QT += qml qml-private network

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

macx: CONFIG -= app_bundle

CONFIG   += console declarative_debug

SOURCES += main.cpp \
    qmlprofilerapplication.cpp \
    commandlistener.cpp \
    profileclient.cpp \
    profiledata.cpp

HEADERS += \
    qmlprofilerapplication.h \
    commandlistener.h \
    constants.h \
    profileclient.h \
    profiledata.h