aboutsummaryrefslogtreecommitdiff
path: root/modules/FindSIP.cmake
AgeCommit message (Collapse)Author
2011-06-30Move the modules, modules-test and systeminfo subdirs into 'attic'Allen Winter
2011-03-24Generate cmake standard path names for SIPWolfgang Rohdewald
FindSIP.py returns things like C:\Python27\sip which will be passed to the compiler like C:\Python27\sip/PyKDE4 - the MSVC 10 compiler cannot parse that, thinking /P is an option. So we convert those paths to the cmake standard form C:/Python27/sip
2010-01-01Make it possible to override SIP_DEFAULT_DIR from the commandline. ThisMichael Jansen
makes it possible to install the sip files into the same prefix like the rest of kdelibs. Perhaps it would be a got idea to respect PYTHON_LIBS_WITH_KDE (from FindPythonLibrary.cmake) here? But I'm not sure. CCMAIL: kde-buildsystem@kde.org CCMAIL: kde-bindings@kde.org svn path=/trunk/KDE/kdelibs/; revision=1068561
2009-01-04-add missing copyright notices, I hope I got it rightAlexander Neundorf
-also a few empty lines here and there to make it look nicer Alex svn path=/trunk/KDE/kdelibs/; revision=905547
2008-10-20Move here (used by kdeedu/kdebase)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=873785