From 3f7c96d135e64e22075b640e9ee301e444cd1582 Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Mon, 30 Jul 2018 14:08:15 -0400 Subject: Remove useless QtDeclarative cmake package Qt5Declarative has been deprecated by Qt5Qml, so use the Qt5Qml cmake package. Bug-AGL: SPEC-1541 Change-Id: I293dc4a7e8713e982feb01fb49afe6c2cb31e8a1 Signed-off-by: Matt Porter --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 811eae0..cf3730f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(libqtappfw VERSION 1.0.0 LANGUAGES CXX) set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_AUTOMOC ON) -find_package(Qt5Declarative REQUIRED) +find_package(Qt5Qml REQUIRED) find_package(Qt5WebSockets REQUIRED) include(GNUInstallDirs) -- cgit 1.2.3-korg