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/qmlpreview/.prev_CMakeLists.txt | 2 +- tools/qmlpreview/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/qmlpreview') diff --git a/tools/qmlpreview/.prev_CMakeLists.txt b/tools/qmlpreview/.prev_CMakeLists.txt index c1c40d5fbf..87754e3ff0 100644 --- a/tools/qmlpreview/.prev_CMakeLists.txt +++ b/tools/qmlpreview/.prev_CMakeLists.txt @@ -4,7 +4,7 @@ ## qmlpreview Tool: ##################################################################### -add_qt_tool(qmlpreview +qt_add_tool(qmlpreview SOURCES main.cpp qmlpreviewapplication.cpp qmlpreviewapplication.h diff --git a/tools/qmlpreview/CMakeLists.txt b/tools/qmlpreview/CMakeLists.txt index 7e0b808f2c..b0885beee1 100644 --- a/tools/qmlpreview/CMakeLists.txt +++ b/tools/qmlpreview/CMakeLists.txt @@ -4,7 +4,7 @@ ## qmlpreview Tool: ##################################################################### -add_qt_tool(qmlpreview +qt_add_tool(qmlpreview TOOLS_TARGET Qml # special case SOURCES main.cpp -- cgit v1.2.3