Build time linking - yes. Runtime linking - no.
I don't know what you want so it's hard to say if you missed something2. I've used the Embedded release with the ff. configure options,
* -qt-gfx-qvfb, the graphics driver will be for QVFb, i.e. the virtual framebuffer.
* -qt-kbd-qvfb, the keyboard input will come from the QVFb.
* -qt-mouse-qvfb, the mouse input will come from the QVFb.
* -prefix /usr/local/Trolltech/Qt-qvfb-version, the prefix is used to separate the QVFb version of embedded Qt from the target version.
Did I miss something?In general you could have run configure without parameters and all would be well too.
It's not embedded you should worry about. It's the runtime dynamic linker on your system. "ldd" is a helpful command to use here.3. How should I make sure Qt Embedded is linking to the correct embedded libs?![]()






In general you could have run configure without parameters and all would be well too.
Reply With Quote

Bookmarks