summaryrefslogtreecommitdiff
blob: 6e1fc2f16ea0e2defe2c7d30f29a89e3aeb9987e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Gentoo has a Qt5Quick cmake module instead of a Qt5Declarative one.

--- luminance-hdr-2.4.0/CMakeLists.txt
+++ luminance-hdr-2.4.0/CMakeLists.txt
@@ -22,7 +22,7 @@
 find_package(Qt5Concurrent REQUIRED)
 find_package(Qt5Widgets REQUIRED)
 find_package(Qt5Gui REQUIRED)
-find_package(Qt5Declarative REQUIRED)
+find_package(Qt5Quick REQUIRED)
 find_package(Qt5WebKit REQUIRED)
 find_package(Qt5WebKitWidgets REQUIRED)
 find_package(Qt5Xml REQUIRED)