From 12593fe0ab3dc6587ea965a8c287735200f9b084 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 20 Oct 2008 07:15:30 +0000 Subject: Move here (used by kdeedu/kdebase) svn path=/trunk/KDE/kdelibs/; revision=873785 --- modules/FindSIP.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/FindSIP.py (limited to 'modules/FindSIP.py') diff --git a/modules/FindSIP.py b/modules/FindSIP.py new file mode 100644 index 00000000..18db89b3 --- /dev/null +++ b/modules/FindSIP.py @@ -0,0 +1,14 @@ +# FindSIP.py +# +# Copyright (c) 2007, Simon Edwards +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. +import sys +import sipconfig + +sipcfg = sipconfig.Configuration() +print("sip_version:%06.0x" % sipcfg.sip_version) +print("sip_version_str:%s" % sipcfg.sip_version_str) +print("sip_bin:%s" % sipcfg.sip_bin) +print("default_sip_dir:%s" % sipcfg.default_sip_dir) +print("sip_inc_dir:%s" % sipcfg.sip_inc_dir) -- cgit v1.2.1 From 87c903a8e853eec433860818a01040da8d1c5f1a Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sun, 4 Jan 2009 15:39:53 +0000 Subject: -add missing copyright notices, I hope I got it right -also a few empty lines here and there to make it look nicer Alex svn path=/trunk/KDE/kdelibs/; revision=905547 --- modules/FindSIP.py | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/FindSIP.py') diff --git a/modules/FindSIP.py b/modules/FindSIP.py index 18db89b3..ecb734f2 100644 --- a/modules/FindSIP.py +++ b/modules/FindSIP.py @@ -3,6 +3,7 @@ # Copyright (c) 2007, Simon Edwards # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. + import sys import sipconfig -- cgit v1.2.1