projects
/
profile
/
ivi
/
qtdeclarative.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote branch 'gerrit/api_changes' into merge-master
[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
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
20
HEADERS += \
21
qmlprofilerapplication.h \
22
commandlistener.h \
23
constants.h \
24
profileclient.h \
25
profiledata.h