You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kvirc/src/modules/my
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
..
Makefile.am Split kvirc executable into a shared library (libkvirc) and a stub executable (kvirc). 1 month ago
idle.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
idle.h Replace Q_OBJECT with TQ_OBJECT 3 years ago
idle_mac.cpp Add end-of-file newlines. 12 years ago
idle_x11.cpp Replaced various '#define' with actual strings - part 5 2 years ago
libkvimy.cpp Remove the tq in front of these incorrectly TQt4-converted methods/data members: 15 years ago