Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 930943
Collapse All | Expand All

(-)a/CMakeLists.txt (+1 lines)
Lines 9-14 endif() Link Here
9
9
10
set(CMAKE_CXX_STANDARD 17)
10
set(CMAKE_CXX_STANDARD 17)
11
set(CMAKE_CXX_STANDARD_REQUIRED 17)
11
set(CMAKE_CXX_STANDARD_REQUIRED 17)
12
set(QT_NO_CREATE_VERSIONLESS_FUNCTIONS ON)
12
13
13
include(FeatureSummary)
14
include(FeatureSummary)
14
15
(-)a/src/gui/CMakeLists.txt (-2 / +1 lines)
Lines 58-64 set(client_UI_SRCS Link Here
58
if(QUICK_COMPILER)
58
if(QUICK_COMPILER)
59
    qtquick_compiler_add_resources(client_UI_SRCS ../../resources.qrc ${CMAKE_SOURCE_DIR}/theme.qrc)
59
    qtquick_compiler_add_resources(client_UI_SRCS ../../resources.qrc ${CMAKE_SOURCE_DIR}/theme.qrc)
60
else()
60
else()
61
    qt_add_resources(client_UI_SRCS ../../resources.qrc ${CMAKE_SOURCE_DIR}/theme.qrc)
61
    qt5_add_resources(client_UI_SRCS ../../resources.qrc ${CMAKE_SOURCE_DIR}/theme.qrc)
62
endif()
62
endif()
63
63
64
set(client_SRCS
64
set(client_SRCS
65
- 

Return to bug 930943