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/qmleasing/CMakeLists.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tools/qmleasing/CMakeLists.txt (limited to 'tools/qmleasing') diff --git a/tools/qmleasing/CMakeLists.txt b/tools/qmleasing/CMakeLists.txt new file mode 100644 index 0000000000..036a554b51 --- /dev/null +++ b/tools/qmleasing/CMakeLists.txt @@ -0,0 +1,33 @@ +# Generated from qmleasing.pro. + +##################################################################### +## qmleasing Binary: +##################################################################### + +add_qt_executable(qmleasing + GUI + SOURCES + import.ui + main.cpp + mainwindow.cpp mainwindow.h + pane.ui + properties.ui + segmentproperties.cpp segmentproperties.h + splineeditor.cpp splineeditor.h + PUBLIC_LIBRARIES + Qt::Qml + Qt::Quick + Qt::Widgets + ENABLE_AUTOGEN_TOOLS + uic +) + +# Resources: +add_qt_resource(qmleasing "resources" PREFIX "/" FILES + Button.qml + preview.qml) + + +#### Keys ignored in scope 1:.:.:qmleasing.pro:: +# QMAKE_TARGET_DESCRIPTION = "QML" "Easing" "Curve" "Editor" +# _LOADED = "qt_app" -- cgit v1.2.3