From 4857c6658f1e7ae65daebd5c8d70ad841086bdf3 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Sat, 3 May 2014 04:39:44 +0400 Subject: [PATCH] fix =) --- sources/ptm/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/ptm/CMakeLists.txt b/sources/ptm/CMakeLists.txt index 7e8b363..32d6023 100644 --- a/sources/ptm/CMakeLists.txt +++ b/sources/ptm/CMakeLists.txt @@ -6,6 +6,7 @@ message (STATUS "Subproject ${SUBPROJECT}") # find required libaries find_package (KDE4 REQUIRED) +add_definitions (${KDE4_DEFINITIONS}) add_subdirectory (po)