summaryrefslogtreecommitdiff
path: root/src/tools/qmlprofilertool/qmlprofilertool.pro
blob: 35ff550bb1ac4fe7e16d2c255db3d84a9e6c354d (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
include(../../../qtcreator.pri)

TEMPLATE = app
TARGET   = qmlprofiler
DESTDIR = $$IDE_BIN_PATH

QT       = core
CONFIG   += console
CONFIG   -= app_bundle

include(../../shared/symbianutils/symbianutils.pri)
include(../../libs/qmljsdebugclient/qmljsdebugclient-lib.pri)

INCLUDEPATH += ../../libs/qmljsdebugclient

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

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

target.path=/bin
INSTALLS+=target