[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:19:48 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=e3cfb3a

The following commit has been merged in the master branch:
commit e3cfb3a6860a9ae1fdf5d02b40cb84cfe8470045
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Fri Sep 16 22:51:39 2011 +0100

    Add QT_NO_KEYWORDS define
---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c501f6b..b023585 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,9 +20,9 @@ include_directories (${KDE4_INCLUDES}
                      ${QT_QTWEBKIT_INCLUDES}
 )
 
-
 add_definitions (${KDE4_DEFINITIONS}
-                 -DQT_NO_CAST_FROM_ASCII)
+                 -DQT_NO_CAST_FROM_ASCII
+                 -DQT_NO_KEYWORDS)
 
 add_subdirectory(lib)
 add_subdirectory(app)

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list