From adacc91e75e52f77efb79870d10d24c35fa02f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Tue, 18 Jan 2022 20:58:47 +0000 Subject: [PATCH] Remove unneccessary include_directories cmake statement. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc18b52..da995b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,7 @@ add_definitions( find_package(KPMcore ${KPMCORE_MIN_VERSION} REQUIRED) -include_directories(${Qt5Core_INCLUDE_DIRS} ${UUID_INCLUDE_DIRS} ${BLKID_INCLUDE_DIRS} ${KPMCORE_INCLUDE_DIR} lib/ src/) +include_directories(${Qt${QT_MAJOR_VERSION}Core_INCLUDE_DIRS} ${UUID_INCLUDE_DIRS} ${BLKID_INCLUDE_DIRS} ${KPMCORE_INCLUDE_DIR} src/) add_subdirectory(src) add_subdirectory(icons)