summaryrefslogtreecommitdiffstats
path: root/src/modules/objects/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Include moc files directly from the related source files (modules)Michele Calgaro10 days1-85/+84
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7dd6e31b9864a4c294530d9f52dea8e8da987778)
* Split kvirc executable into a shared library (libkvirc) and a stub ↵Michele Calgaro2026-01-251-1/+1
| | | | | | | | | | | 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> (cherry picked from commit f27be165c4bbcc01c6ca4ecca410f68177d117e3)
* Fix accidental conversion of dockwinTimothy Pearson2011-11-081-3/+3
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-071-3/+3
|
* Added KDE3 version of kvirctpearson2010-02-241-0/+143
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1095341 283d02a7-25f6-0310-bc7c-ecb5cbfe19da