diff --git a/projectbuilders/CMakeLists.txt b/projectbuilders/CMakeLists.txt index e593b2105c..80d7866dd4 100644 --- a/projectbuilders/CMakeLists.txt +++ b/projectbuilders/CMakeLists.txt @@ -1,6 +1,6 @@ add_subdirectory(makebuilder) add_subdirectory(ninjabuilder) ecm_optional_add_subdirectory(cmakebuilder) -if (KDEVPGQT_FOUND) +if (KDevelop-PG-Qt_FOUND) ecm_optional_add_subdirectory(qmakebuilder) endif() diff --git a/projectmanagers/CMakeLists.txt b/projectmanagers/CMakeLists.txt index 3a3d947578..bd671cedb6 100644 --- a/projectmanagers/CMakeLists.txt +++ b/projectmanagers/CMakeLists.txt @@ -1,6 +1,6 @@ ecm_optional_add_subdirectory(cmake) ecm_optional_add_subdirectory(custommake) ecm_optional_add_subdirectory(custom-buildsystem) -if (KDEVPGQT_FOUND) +if (KDevelop-PG-Qt_FOUND) ecm_optional_add_subdirectory(qmake) endif()