[SailfishDevel] undefined symbols
Attila Csipa
qt at csipa.in.rs
Wed Feb 12 14:37:23 UTC 2014
On 12/02/14 16:06, . . wrote:
> help needed. new to Qt and Sailfish development (but not new to C++)
>
>
> does anyone know how i can build a console application for Sailfish
> that uses Qt? i only want to use certain Qt classes with no UI.
>
> i must be missing something in my .pro file as the compiler is
> complaining about unresolved symbols? i created a new project under Qt
> Creator as C++ application.
>
> #include <QGuiApplication>
> #include <QQuickView>
Note that these are quite GUI (so not console), should be a
QCoreApplication and no QQuickView. The unresolved errors are due to not
linking the lib with haptics.
Best regards,
Attila
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.sailfishos.org/pipermail/devel/attachments/20140212/fd8ded92/attachment.html>
More information about the Devel
mailing list