aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qmlprofiler.pro
blob: 1d8f89a1507e94dea2e8df0c0f2c43f87f1620e7 (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.declarative.bins

QT += declarative declarative-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