diff options
Diffstat (limited to 'tools/qmlprofiler/CMakeLists.txt')
| -rw-r--r-- | tools/qmlprofiler/CMakeLists.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/qmlprofiler/CMakeLists.txt b/tools/qmlprofiler/CMakeLists.txt new file mode 100644 index 0000000000..6bc6fff823 --- /dev/null +++ b/tools/qmlprofiler/CMakeLists.txt @@ -0,0 +1,22 @@ +# Generated from qmlprofiler.pro. + +##################################################################### +## qmlprofiler Tool: +##################################################################### + +qt_add_tool(qmlprofiler + TOOLS_TARGET Qml # special case + SOURCES + commandlistener.cpp commandlistener.h + constants.h + main.cpp + qmlprofilerapplication.cpp qmlprofilerapplication.h + qmlprofilerclient.cpp qmlprofilerclient.h + qmlprofilerdata.cpp qmlprofilerdata.h + PUBLIC_LIBRARIES + Qt::Network + Qt::QmlDebugPrivate +) + +#### Keys ignored in scope 1:.:.:qmlprofiler.pro:<TRUE>: +# QMAKE_TARGET_DESCRIPTION = "QML" "Profiler" |
