File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ find_package(QT NAMES Qt6 REQUIRED COMPONENTS Core)
1313find_package (Qt6 REQUIRED COMPONENTS Core Quick LinguistTools Qml )
1414find_package (ECM 5.83.0 NO_MODULE )
1515
16+ include (GNUInstallDirs )
17+
1618if (ECM_FOUND)
1719 set (CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_CURRENT_SOURCE_DIR} /cmake)
1820 include (ECMAddAppIcon )
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
1212find_package (Qt6 6.5.0 REQUIRED COMPONENTS Widgets )
1313find_package (ECM 5.83.0 NO_MODULE )
1414
15+ include (GNUInstallDirs )
16+
1517if (ECM_FOUND)
1618 set (CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_CURRENT_SOURCE_DIR} /cmake)
1719 include (ECMAddAppIcon )
You can’t perform that action at this time.
0 commit comments