aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/module.rules.txt
Commit message (Expand)AuthorAgeFilesLines
* Use target_compile_features to select C++ standard (#2607)•••* Use target_compile_features to select C++ standard * Modules and binary already inherit from kvilibGravatar Alexey Sokolov2024-02-121-4/+0
* cmake: add support for qt6Gravatar Fabio Bas2023-10-181-5/+1
* Generate PDB files for MSVC instead of any compiler on WindowsGravatar Leo2020-07-261-1/+1
* Modernize to C++17Gravatar IceN9ne2018-11-281-1/+1
* Use C++14Gravatar Alexey Sokolov2018-11-141-2/+2
* remove qt5_use_modules for Qt 5.11•••cmake modules for Qt 5.11 don't have that function anymore, so it needs to be replaced with the standard way of library linkage. downside is that the module listing in the Status page isn't looking too fancy anymore. Gravatar Dessa2018-04-141-1/+1
* Cmake updates••• * Remove the usage of CMP0026’s LOCATION * fix WANT_STRIP option: fix #2306 * remove WANT_UNIVERSAL_BINARY option (obsolete) * fix bundling of Qt libraries on Osx Gravatar Fabio Bas2017-09-211-2/+13
* Build also in debug mode for windows (#2192)•••* Build also in debug mode for windows See #2191 * Don't mix /Od and -O2 on windows build. -O2 comes from perl * Reindent perlcore CMakeLists * Fix debug python build on windows * Rearrange environment vars in appveyor * Try to publish pdb files too * install qts and kvirc's debug pdbs in debug config * use TARGET_PDB_FILE instead Gravatar Alexey Sokolov2017-05-241-1/+4
* enable c++11 differently, also clean up some now-obsolete policiesGravatar Dessa2015-11-061-1/+2
* Enable C++11. Fixes #1707.Gravatar Szymon Tomasz Stefanek2015-11-011-0/+3
* Fix subtle crash in KviKvsHash destruction when the module that allocated it ...Gravatar Szymon Tomasz Stefanek2015-08-271-5/+1
* - 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-15/+2
* 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-29/+29
* 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-0/+4
* - 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-1/+1
* 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-11/+1
* fix #1229•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5984 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-11-051-1/+1
* Try to get rid of -Wl,--no-undefined inherited from dep libraries•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5983 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-10-261-2/+13
* Try to get rid of -Wl,--no-undefined inherited from dep libraries•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5982 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-10-261-1/+3
* Calm down the rijndael module compilation. Thnx Arfrever.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5463 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-02-101-0/+1
* merged egns's patch to enable painless msvc compilation, thank you!•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5091 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-10-191-6/+1
* added cmake option to strip binaries•••documentation update git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3621 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-11-201-0/+5
* reverted part of r3395 (fixes #511), LIB_SUFFIX is the common flag name for c...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3401 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-08-051-1/+1
* 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-1/+1
* patched perl support for win32•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2886 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-11-181-1/+2
* re-enabled perl support; patched to work nicely with perl 5.10•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2872 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-11-171-5/+2
* removed soversion on modules•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2780 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-10-271-3/+1
* applied patch to follow LSB rules, thanks to GlaDiaC•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2778 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-10-271-1/+1
* fix for vs2008+cmake on module linking•••removeod old "hires" and "lowres" theme directories added 4 missing cmakelists.txt in data/ updated win32 install instructions git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2393 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-09-031-1/+7
* enabled cmake info on about module. test it with msvc•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1935 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-06-241-5/+5
* Fixes for win32 msvc build (now it works ok, but SLOW AS HELL: kvirc+kvilib w...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1934 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Uzhva2008-06-241-8/+10
* fixed modules compilation (except rinjdael); first preliminary installation r...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1866 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-05-281-1/+1
* mingw32: fixed module compilation up to kvirijndael; added some installation ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1864 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-05-281-1/+1
* mingw32: added proper rules to permit modules compilation/linking•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1863 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-05-281-2/+10
* fixed coexistence support: it caused kvirc to segfault on modules loading•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1824 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-05-191-2/+2
* cmake win32: fixed modules targets and linking•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1818 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-05-181-5/+3
* Added switch "COEXISTENCE_VER" to cmake;•••setting it to off (default) you get libkvilib and kvirc; setting it to on (cmake -DCOEXISTENCE_VER=1) you get libkvilib4 and kvirc4; proposed by Ze git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1760 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-05-131-2/+8
* fix module install path and documentation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1746 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-05-111-3/+3
* simplified modules rules•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1639 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-05-011-4/+3
* A huge progress in KDE4 port, kvirc and several modules now compile. Linking ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1608 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2008-04-281-1/+3
* quick fix•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1457 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-04-111-0/+18