aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/pythoncore/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-11-211-1/+1
* convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-041-4/+4
* qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-281-8/+0
* probable fix for win32 compilation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3471 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-09-021-4/+7
* even moar compilation denoising•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3469 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-09-021-2/+2
* removed checks on python* modules;•••added python version to the definitions; changed LIB_SUFFIX with better LIBDIR_SUFFIX; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3395 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-07-301-15/+0
* [KVIrc] (trunk) Correct check for building with Python or not.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3394 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2009-07-301-15/+26
* [KVIrc] (trunk) Revert r3376, r3374 didn't break Python.••• After testing and discussion with hellvis69 it was found, that the changes in r3374 didn't break Python support. A test build of r3391 (which includes the source code for the Python module) showed, that 1.) the module is linked against the SO, 2.) »python.load« and »python.begin [...] python.end« doesn't result in errors. Additionally this commit ensures, that the Python module is only build if CMake was called with WITH_PYTHON=YES as the Python code is still experimental. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3393 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2009-07-301-26/+15
* first testing implementation of python support: this IS NOT intended to work ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3391 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-07-301-0/+32