From ba494aaa24defe1401f621b791891e696b308756 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 14 Nov 2019 13:31:06 +0100 Subject: Regenerate all projects with new CMake API version Change-Id: Ie0db35f674137c229eaf049616f38f8e818f7092 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann --- tools/qmleasing/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/qmleasing') diff --git a/tools/qmleasing/CMakeLists.txt b/tools/qmleasing/CMakeLists.txt index 9893d8e657..a057e4c50c 100644 --- a/tools/qmleasing/CMakeLists.txt +++ b/tools/qmleasing/CMakeLists.txt @@ -4,7 +4,7 @@ ## qmleasing Binary: ##################################################################### -add_qt_executable(qmleasing +qt_add_executable(qmleasing GUI SOURCES import.ui @@ -29,7 +29,7 @@ set(resources_resource_files "preview.qml" ) -add_qt_resource(qmleasing "resources" +qt_add_resource(qmleasing "resources" PREFIX "/" FILES -- cgit v1.2.3