Commit Graph

8 Commits (bfa243387decbdb2dcef699d8a629b6ba2ad116f)

Author SHA1 Message Date
Michele Calgaro f27be165c4
Split kvirc executable into a shared library (libkvirc) and a stub executable (kvirc).
Autotool builds kvirc with '-export-dynamic', which exports all global symbols from the main executable to the dynamic symbol table. This allows 'modules' to access those symbols and build successfully.
CMake build kvirc without '-export-dynamic' and with hidden symbol visibitily by default, resulting in FTBFS when the build process reaches the 'modules' part. This is caused by the modules referring to symbols define in code under the 'src/kvirc' folder
Splitting 'kvirc' into an additional 'libkvirc' shared library plus a simple executable stub that creates the application and run it, allows modules to be linked against the library part and build successfully also with cmake.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 month ago
Slávek Banko 7cc4356bc2
Fix build with a clean TQt namespace.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Timothy Pearson f91149819b Remove additional unneeded tq method conversions 14 years ago
Timothy Pearson c6611272c2 Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 805c2821ce.
14 years ago
Timothy Pearson 805c2821ce Rename a number of old tq methods that are no longer tq specific 14 years ago
tpearson 72aaee9802 rename the following methods:
tqfind find
tqreplace replace
tqcontains contains


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
tpearson 0a80cfd57d TQt4 port kvirc
This enables compilation under both Qt3 and Qt4


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1238719 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
tpearson a6d58bb605 Added KDE3 version of kvirc
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1095341 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
16 years ago