From 5a3e668533450e82d0159596e5c24e738905f5f7 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 5 Jun 2019 17:02:52 +0200 Subject: Port the declarative tools Also fix up QmlDevTools module to not depend on QtQml, but instead make it include the headers / cpp files as it is done in the qmake project. Change-Id: I240c52d5357db150a7c0c819892fb0a3708ceee4 Reviewed-by: Simon Hausmann --- tools/qmlprofiler/CMakeLists.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tools/qmlprofiler/CMakeLists.txt (limited to 'tools/qmlprofiler/CMakeLists.txt') diff --git a/tools/qmlprofiler/CMakeLists.txt b/tools/qmlprofiler/CMakeLists.txt new file mode 100644 index 0000000000..d0b46b5bef --- /dev/null +++ b/tools/qmlprofiler/CMakeLists.txt @@ -0,0 +1,25 @@ +# Generated from qmlprofiler.pro. + +##################################################################### +## qmlprofiler Tool: +##################################################################### + +add_qt_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 + LIBRARIES + Qt::QmlDebugPrivate + PUBLIC_LIBRARIES + Qt::Network + Qt::QmlDebug +) + +#### Keys ignored in scope 1:.:.:qmlprofiler.pro:: +# QMAKE_TARGET_DESCRIPTION = "QML" "Profiler" +# _LOADED = "qt_tool" -- cgit v1.2.3