aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmleasing
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-13 19:07:06 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-14 10:22:26 +0000
commite9cac99f3796740ea93b23b0fe893fc880e0b5d4 (patch)
tree7bb8d41c520e9d59bd2a39cf53ab8c948db57511 /tools/qmleasing
parent82525a2b3861ad695c156c2cac4239134f8ac922 (diff)
Regenerate projects
Change-Id: I38044c382e4d84b5865a19cdd04cc8922bd72a77 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tools/qmleasing')
-rw-r--r--tools/qmleasing/CMakeLists.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/tools/qmleasing/CMakeLists.txt b/tools/qmleasing/CMakeLists.txt
index 036a554b51..9893d8e657 100644
--- a/tools/qmleasing/CMakeLists.txt
+++ b/tools/qmleasing/CMakeLists.txt
@@ -15,6 +15,7 @@ add_qt_executable(qmleasing
segmentproperties.cpp segmentproperties.h
splineeditor.cpp splineeditor.h
PUBLIC_LIBRARIES
+ Qt::Gui
Qt::Qml
Qt::Quick
Qt::Widgets
@@ -23,11 +24,18 @@ add_qt_executable(qmleasing
)
# Resources:
-add_qt_resource(qmleasing "resources" PREFIX "/" FILES
- Button.qml
- preview.qml)
+set(resources_resource_files
+ "Button.qml"
+ "preview.qml"
+)
+
+add_qt_resource(qmleasing "resources"
+ PREFIX
+ "/"
+ FILES
+ ${resources_resource_files}
+)
#### Keys ignored in scope 1:.:.:qmleasing.pro:<TRUE>:
# QMAKE_TARGET_DESCRIPTION = "QML" "Easing" "Curve" "Editor"
-# _LOADED = "qt_app"