Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 544932 | Differences between
and this patch

Collapse All | Expand All

(-)CMakeLists.txt (-1 / +1 lines)
Lines 39-45 Link Here
39
include(KDevPlatformMacros)
39
include(KDevPlatformMacros)
40
40
41
set(QT_MIN_VERSION "5.2.0")
41
set(QT_MIN_VERSION "5.2.0")
42
find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core Declarative DBus Widgets Script WebKitWidgets Concurrent )
42
find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core Declarative DBus Widgets Script WebKitWidgets Concurrent Test )
43
43
44
find_package(Qt5QuickWidgets ${QT_MIN_VERSION})
44
find_package(Qt5QuickWidgets ${QT_MIN_VERSION})
45
set_package_properties(Qt5QuickWidgets PROPERTIES
45
set_package_properties(Qt5QuickWidgets PROPERTIES

Return to bug 544932