Hi,

In qtcreator.pri file:
>linux-g++-* {
>    # Bail out on non-selfcontained libraries. Just a security measure
>    # to prevent checking in code that does not compile on other platforms.
>    QMAKE_LFLAGS += -Wl,--allow-shlib-undefined -Wl,--no-undefined
>}

why "linux-g++-*"?

The flags are applied on linux-g++-32/64/maemo. It isn't applied on linux-g++.
Is it a typo and should be "linux-g++*" instead of "linux-g++-*".

On Debian/Ubuntu 64bits hosts, the help plugin (2.1rc1) fails to
build (related to an undefined reference to QWebPage during the link).
If I remove the flags, it builds fine but on runtime:
libHelp.so: undefined symbol: _ZNK8QWebPage10metaObjectEv

Cheers,

Fathi
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to