summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2018-07-30 14:08:15 -0400
committerMatt Porter <mporter@konsulko.com>2018-07-30 14:14:24 -0400
commit3f7c96d135e64e22075b640e9ee301e444cd1582 (patch)
tree78a71eb63f34864e04c4b85aee4f922db245a7ec
parentcd445ba31ca2f4ca4cec0ce7d451f50fa6c5fa72 (diff)
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 <mporter@konsulko.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)