[Qt-creator] Error compiling Creator on OpenBSD 4.4
Daniel Teske
daniel.teske at nokia.com
Wed Mar 11 11:54:04 CET 2009
On Wednesday 11 March 2009 08:36:36 ext Michail Karataev wrote:
> Hello.
>
> I have FreeBSD 7.0 and when i was compiling qt-creator i had similar
> problem. Try to change src/app/app.pro<http://app.pro> file in the
> following way: add this line
>
> LIBS *= -lExtensionSystem -lAggregation
>
> after linux-*{...} block. It helps in my case.
I fixed that one by changing the linux-* {...} into unix:!macx { ... }, so
this should be fixed. I would expect more problems, since we are only using
mac and linux, and no other unixes.
Patches are welcome, we can take care of testing whether they break any of our
main platforms.
daniel
More information about the Qt-creator-old
mailing list