| Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
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
|
|
-also a few empty lines here and there to make it look nicer
Alex
svn path=/trunk/KDE/kdelibs/; revision=905547
|
|
svn path=/trunk/KDE/kdelibs/; revision=873785
|