[quote author="Volker" date="1312234572"]Sorry, I did not keep the files for that long.[/quote]
It's okay, I think I might've found something else I can do. Than you, though!
You're welcome.
I don't know how to set environment variables in freebsd to change the path variable, but your solution is fine too. ;)
Have fun with Qt!
Glad you made it!
Please could you edit your title and add [Solved] in front of it?
Also use @ instead of /[code/] to mark code in your topic. I changed it for you. (see the <> button on top of the editor.
[quote author="mlong" date="1311786901"]If loladiro's suggestion doesn't do what you need, then you'll need to draw each line segment on your own by iterating over the line segments and adjusting the pen accordingly for each one.
[/quote]
Already did it this way (also for another couple or reasons!)
Thanks
The QMdiArea is indeed not listed among the promoted widgets. I checked the reason for this with our developers here and QMdiArea is put in an exclude list since it is a container that it is problematic to promote. I see that you are investigating a way around this in this "thread":http://developer.qt.nokia.com/forums/viewthread/8334, and that sounds like a viable approach since QFrame is a container as well.
Hi
now i simply want to compile/run the main.cpp in the root folder and get:
dlerror:/apps/X-Plane/Aircraft/General Aviation/Paa/alal/plugins/fmc/lin.xpl: undefined symbol: _ZN9FMSSystemC1Ev
Compilation is ok without linking. So i cannot link for GPL reasons but what am i doing then? And why do i get the above error if i don't have to link?
The lib is compiled and copied into the same folder as the plugin(main.cpp; x-plane plugin) above. Either the lib as the plugin are shared libs.
Thanks again
Michael