aboutsummaryrefslogtreecommitdiff
path: root/libraries/rainbow/CMakeLists.txt
AgeCommit message (Collapse)Author
2022-07-10feat: add Qt 6 support to CMakeSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-03-22Enable LTO/IPO on release buildsPhilipp David
2022-03-21Build with static rainbowPhilipp David
2022-03-21Revert "fix: use our own prefix for rainbow lib"Philipp David
This reverts commit 61db1c46beb465c33124ec4f34dfdcefd4d804d3.
2022-02-12fix: use our own prefix for rainbow libSefa Eyeoglu
2022-02-12Revert "refactor(build): link rainbow statically"Sefa Eyeoglu
Windows build fails for some reason. Needs to be investigated later This reverts commit 812f00eb81158bfb4c2d61b228c0c1c796641ac1.
2022-02-12refactor(build): link rainbow staticallySefa Eyeoglu
2021-10-21NOISSUE debranding for real, initial workPetr Mrázek
This is probably very broken on macOS and Windows and will need a lot of work to complete fully.
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-06-02GH-2291 Fix build with Qt 5.11+Sergey Shatunov
2018-01-27NOISSUE do not install .a files for shared libraries on WindowsPetr Mrázek
2018-01-27NOISSUE rearrange build systemPetr Mrázek
* Added install commands to the libraries instead of force installing files * Most of the application cmake stuff moved to top level * RPATH should now be set/cleared correctly * Contains a fix for GH-1780
2016-12-28GH-1379 rename shared libraries to avoid collisions with system librariesPetr Mrázek
It was unlikely, now it's impossible.
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek