Thomas Capricelli archive
Tag: MacOS

November 12, 2008

Full blown kde-aware opale version

by orzel
Categories: KDE, Software
Tags: , ,
Comments: 1 Comment

Since the release of opale-0.9, I have mostly worked on improving the (optional) KDE integration. And now if KDE is available, opale will use things like : KMainWindow, KApplication (session management..), XML GUI, KFileDialog and specific menu entries (Switch application language, configure shortcuts/toolbars, KDE-aware recent files submenu,…). While I was there, the Qt-only version now […]

June 27, 2008

Static link with cmake under windows (Qt and others)

by orzel
Categories: KDE
Tags: , , , ,
Comments: 3 Comments

One of the great things about Qt is that you can compile the code under esoteric OSs (mmh?) like Windows or MacOS. Although I’ve almost never used windows, I did the packaging of yzis. I used the Nullsoft Installer, which is ok. I had several issues with static linking, and thought maybe some of you […]