aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Port more exotic stuff to Qt5Gravatar Szymon Tomasz Stefanek2015-08-231-13/+29
* Port the Xss based idle time measurement tool to Qt5Gravatar Szymon Tomasz Stefanek2015-08-231-5/+20
* Port KVS http class to Qt5Gravatar Szymon Tomasz Stefanek2015-08-231-0/+1
* Use git describe.•••Note that this requires a tag. Gravatar Alexey Sokolov2015-08-101-7/+4
* ppveyor id detecting cmake warnings as fatal failuresGravatar Fabio Bas2015-08-011-3/+3
* Don't fail on missing .git folderGravatar Fabio Bas2015-08-011-1/+4
* Retrieve git commit id instead of subversion revision number•••Updated cmakelists.txt and the makedist.sh script Gravatar Fabio Bas2015-08-011-35/+22
* Disable DCC Canvas support in CMakeLists.txt. It's broken since long time.Gravatar Szymon Tomasz Stefanek2015-08-011-8/+8
* Fix build of spellchecker on OSX, when enchant is installed via homebrew.•••-L/path/homebrew/to/enchant/lib was missing. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6440 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Sokolov2015-02-031-1/+1
* Fix build with older CMake.•••This is partial revert of r6356. Now both old and new cmake can be used, because new cmake defines both Qt4_FOUND and QT4_FOUND. We can start using Qt4_FOUND again only when minimum supported cmake version is bumped. Qt4_FOUND was added to CMake somewhere between 2.8.9 and 2.8.12. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6437 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Sokolov2015-01-201-4/+4
* Fix #24. Add spell checking support using Enchant library (wrapper for Aspell...•••Thanks to alexzulu and S658P for inspiration, and to Pragma for code review. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6416 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Sokolov2014-12-291-0/+20
* - 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-9/+9
* Fix cmake overriding custom debug build flags, minor typo and grammar fixes•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6394 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar OmegaPhil2014-11-121-16/+21
* - added qt5 phonon support (windows doesn't seem to work, others were not tes...•••- fixed tabs in plist - wrapped #warning into __GNUC__ ifdef - partly revert r6370 the change was quite pointless - update to ExtUtils::ParseXS 3.24 and Devel::PPPort 3.24, also adding a define which the latter suggested - massive update to the numeric table, no function change, some of these make sense to implement, some don't, this commit is merely to complete the listing so i can figure something out, possibly git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6381 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-06-011-16/+20
* Fix python linking issue when built with WANT_DEBUG - #1470•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6376 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar OmegaPhil2014-04-041-1/+2
* - bump to QT 4.7 (we have no QT 4.8 specific code)•••- QT4 on MSVC still needs qtmain, the cmake policy does not apply there - fix perl on windows, remove activestate hack, we don't support that anymore git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6371 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-02-271-5/+9
* - some fixing for cmake 3•••- compile with WIN32_LEAN_AND_MEAN - fix compilation with qt5 on windows, thanks to d00p for the transparency fix - some work on windows resource files (still in progress) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6370 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-02-271-35/+47
* - small cleanup to FindPhonon.cmake•••- move kde check around, if that still breaks, i know a better way to fix that then moving it back it fixes a display bug where Qt4_FOUND was never validated, but it somehow worked anyway - maybe fix #1428, if WANT_QT4 is not specified, Qt5 isn't there, but Qt4 is found just use that. (for now) - add some (currently useless) product values, looks like this will turn into a guessing game since they are undocumented (and on top of that, the api is deprecated (and the new api is useless for us, yay)) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6366 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2013-10-281-35/+33
* fix typo... when does it end? :)•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6358 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2013-10-121-1/+1
* - thats what you get when you don't commit from your build machine :D fixed l...•••- fix envvar detection for sunpro, turns out we can't pass envvars to make - some svn:ignore (requires more for in-tree builds anyway...) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6357 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2013-10-121-6/+7
* - fixes for sunpro, with the exception of snd, kvirc now works with it•••- replace solaris define with more correct one - add win 6.3 kernel crap - replace apparently deprecated QT4_FOUND with Qt4_FOUND, also fix display issue with audio backend - remove solaris threads "support" (it never existed, and cmake upstream doesn't seem to care either) - bump Devel-PPPort to 3.21, regenerate typemap from perl 5.18.1 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6356 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2013-10-111-12/+11
* fix some kde4 and phonon coexsistence crap with qt5•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6327 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2013-05-071-5/+7
* some warning fixes for sunpro, and a compile fix, sunpro is still dumb and br...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6322 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2013-03-261-1/+5
* fix KDE4 detection•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6312 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2013-01-301-0/+3
* dcc video: removed linux-only, v4l implementation; use qt5's cross-platform i...•••Note: this is still so dirty that is disabled by default git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6307 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-12-251-29/+10
* Minor text change•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6300 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-12-221-2/+1
* Compile and run with Qt5.0. Also add a couple of KVS functions for byte order...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6297 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-12-221-13/+18
* Fixed compilation with recent qt5 snapshots:••• * QWebKit has been renamed to QWebKitWidgets * QCleanlooksStyle is not included by default, use QFusionStyle instead This breaks compatibility with qt5-beta1, but beta2 should be right around the corner git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6280 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-10-311-4/+4
* - update KviOsInfo with values from the winsdk8•••- rip out some append libs statements for ws2_32; since we are linking in a way they get added anyway we don't need them (yet) - remove wsock32.lib from kvilib, linking works fine without it - move shlwapi for mingw from root to src/kvirc since that is where the msvc one is and it works - remove envvar hack added in r6273 from perlcore since it is unneeded git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6276 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-081-1/+1
* properly fix -Wl,--no-undefined handling•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6274 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-061-0/+5
* - remove -Wl,--no-undefined "handling" as this is not something we should "ju...•••- remove winmm hack now that append libs works - fix some win32 ifs in cmakelists files which should be mingw (check if this stuff is still needed when i get my mingw toolchain up) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6270 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-051-12/+0
* moved perl linking flags from main cmakelists to perlcore's cmakelists•••fixed up beefy includes lowercase cake module's rules git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6269 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-10-051-13/+1
* - some files were missing newlines, add them•••- sync FindPhonon.cmake with upstream git at 14d09398b68006d75187e4b690f979e267735001 edited a bit for a revised debug handling, needs testing, though. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6268 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-041-5/+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-922/+922
* Some more qt5 porting•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6265 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-10-021-21/+17
* More qt5 porting (qprinter and qftp), removed some warnings•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6263 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-291-0/+8
* cmake: stop configuration if no qt4 or qt5 are found•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6260 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-291-2/+2
* 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-28/+128
* - move the stripping of /RTC1 to perlcore, as MSVC doesn't seem to care if it...•••- "fix" msvc build with perl disabled (note the todo in kvilibs CMakeLists.txt hint: its a bleeping hack, kthxbye) - kill duplicate KVIRC_BINARYNAME from module.rules.txt - bump version in resources_win32/version.h - some svn:eol-style crap (i wonder if i ever finish that up) NB: try to beat some sanity into perl, since it does add tons of crap to the cmdline (it was actually the one adding -ltcg); which we need some of at some point in the build but it really shouldn't be done unconditionally. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6256 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-09-281-10/+3
* - remove -mwindows from linker step, WIN32 flag in kvirc subdir deals with th...•••- add /Zc:wchar_t- to base CMakeLists.txt file, it doesn't seem to have a negative impact and qt4.x is compiled with it NB: *something* adds /LTCG *somewhere*, which overrides /INCREMENTAL. i need to find out what it is :| git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6249 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-09-171-17/+8
* Make WANT_QTDBUS OFF by default on Mac and Windows•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6206 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-07-021-1/+7
* Fix python include path on cmake < 2.8•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6204 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-07-021-1/+5
* trunk: change version to 4.3.1 for future development•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6194 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-07-021-3/+3
* FindSubversion.cmake is buggy. Workaround: first check for manually set .svnr...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6190 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-07-011-16/+33
* updated Changelog, hackers.guide.txt, sourcesdate•••version bump: 4.2.0 added a stub README entry for 4.2.0 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6187 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-07-011-2/+2
* Install kvirc, kvilib and the module in the place actually declared in the cm...•••osx: put qt libraries and plugins inside the bundle, and fix dyld references => bundles will now be redistributable to other users without prerequisites git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6163 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-291-10/+10
* removed useless lines from cmakelist•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6155 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-161-5/+0
* added a reminder•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6151 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2012-04-161-1/+1
* print some useful data if the compilation of datetime.cpp fails in the cake step•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6124 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-071-1/+5
* more on "break python everywhere": upstream-suggested solution, let's see•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6118 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-04-011-1/+4