On Apr 21, 2011 11:25am, Michael Schnell <mschnell@lumino.de> wrote:<br />> But I do suppose you did set "gtk2" there ...<br /><br />Yes, gtk2.<br /><br />I have problems compiling against Qt, not only with Lazarus, <br />basically with all kinds of current software, it seems to me<br />that Qt is releasing a new version every other week and is<br />totally breaking compatibility with every minor version number<br />change (at least that is how it appears to me), and all apps<br />linking against it (including Lazarus) are relying on the very <br />latest features the very day after a new Qt is released, so <br />Qt is not an option for me if I have to always deploy hundreds <br />of MB of qt-x.y.z libs together with my application to make it <br />run on more than only the very latest bleeding edge distributions, <br />so I stopped to even think about using it.<br /><br />gtk2 has been the only thing that seemed to be constant and <br />stable, no matter which gtk2 app I try to compile against my <br />really old gtk2 (or even already compiled binaries from others) <br />they will just work. At least they did during the last few years.<br /><br />But this is an entirely different topic...