Skip to content

Commit f6eec61

Browse files
committed
build: add missing GNUInstallDirs include
1 parent 312cbf8 commit f6eec61

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

quick/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ find_package(QT NAMES Qt6 REQUIRED COMPONENTS Core)
1313
find_package(Qt6 REQUIRED COMPONENTS Core Quick LinguistTools Qml)
1414
find_package(ECM 5.83.0 NO_MODULE)
1515

16+
include(GNUInstallDirs)
17+
1618
if(ECM_FOUND)
1719
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
1820
include(ECMAddAppIcon)

widget/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
1212
find_package(Qt6 6.5.0 REQUIRED COMPONENTS Widgets)
1313
find_package(ECM 5.83.0 NO_MODULE)
1414

15+
include(GNUInstallDirs)
16+
1517
if(ECM_FOUND)
1618
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
1719
include(ECMAddAppIcon)

0 commit comments

Comments
 (0)