blob: 28e316b23aa3a6a4bfc666ed29870d9a8b6e93d7 [file] [log] [blame]
QT = network core qmldebug-private
CONFIG += no_import_scan
SOURCES += main.cpp \
qmlprofilerapplication.cpp \
commandlistener.cpp \
qmlprofilerdata.cpp \
qmlprofilerclient.cpp
HEADERS += \
qmlprofilerapplication.h \
commandlistener.h \
constants.h \
qmlprofilerdata.h \
qmlprofilerclient.h
QMAKE_TARGET_DESCRIPTION = QML Profiler
load(qt_tool)