Re: [SailfishDevel] undefined symbols

2014-02-14 Thread . .
Anyone? From: dr...@hotmail.com To: devel@lists.sailfishos.org Date: Fri, 14 Feb 2014 10:49:14 + Subject: Re: [SailfishDevel] undefined symbols #include #include #include #include #include Q_DECL_EXPORT int main(int argc, char *argv[]) { QCoreApplication a(argc, argv

Re: [SailfishDevel] undefined symbols

2014-02-14 Thread . .
top(); } return 0; } Date: Fri, 14 Feb 2014 15:36:16 +0600 From: coderusin...@gmail.com To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] undefined symbols show code please On 14.02.2014 15:30, . . wrote: Well,

Re: [SailfishDevel] undefined symbols

2014-02-14 Thread Andrey Kozhevnikov
viroteck.net > Date: Wed, 12 Feb 2014 15:57:17 +0100 > To: devel@lists.sailfishos.org > Subject: Re: [SailfishDevel] undefined symbols > > On 12 Feb 2014, at 15:54, Attila Csipa wrote: > > > On 12/02/14 16:49, Andrey Kozhevnikov wrote: > >> because there are no

Re: [SailfishDevel] undefined symbols

2014-02-14 Thread . .
gt; To: devel@lists.sailfishos.org > Subject: Re: [SailfishDevel] undefined symbols > > On 12 Feb 2014, at 15:54, Attila Csipa wrote: > > > On 12/02/14 16:49, Andrey Kozhevnikov wrote: > >> because there are no qt5 config for Qt0Feedback, but pkgconfig did the >

Re: [SailfishDevel] undefined symbols

2014-02-13 Thread Robin Burchell
On 12 Feb 2014, at 15:54, Attila Csipa wrote: > On 12/02/14 16:49, Andrey Kozhevnikov wrote: >> because there are no qt5 config for Qt0Feedback, but pkgconfig did the magic >> with including libraries :) > > Well, technically, there is a > /usr/share/qt5/mkspecs/modules/qt_lib_feedback.pri (wh

Re: [SailfishDevel] undefined symbols

2014-02-12 Thread Attila Csipa
On 12/02/14 16:49, Andrey Kozhevnikov wrote: because there are no qt5 config for Qt0Feedback, but pkgconfig did the magic with including libraries :) Well, technically, there is a /usr/share/qt5/mkspecs/modules/qt_lib_feedback.pri (which would make it just "CONFIG += feedback", right?) but it

Re: [SailfishDevel] undefined symbols

2014-02-12 Thread . .
Hahahahahhaah. *Beer* for you :) Thanks! Date: Wed, 12 Feb 2014 20:49:43 +0600 From: coderusin...@gmail.com To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] undefined symbols because there are no qt5 config for Qt0Feedback, but pkgconfig did the magic with

Re: [SailfishDevel] undefined symbols

2014-02-12 Thread Andrey Kozhevnikov
ONFIG += Qt0Feedback doesn't? I would expect CONFIG += Qt0Feedback to work... Date: Wed, 12 Feb 2014 20:45:36 +0600 From: coderusin...@gmail.com To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] undefined symbols

Re: [SailfishDevel] undefined symbols

2014-02-12 Thread . .
That did it! Why does this work while CONFIG += Qt0Feedback doesn't? I would expect CONFIG += Qt0Feedback to work... Date: Wed, 12 Feb 2014 20:45:36 +0600 From: coderusin...@gmail.com To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] undefined symbols try

Re: [SailfishDevel] undefined symbols

2014-02-12 Thread Andrey Kozhevnikov
s lib? Date: Wed, 12 Feb 2014 16:37:23 +0200 From: q...@csipa.in.rs To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] undefined symbols On 12/02/14 16:06, . . wrote: help needed. new to Qt and Sailfish development (but not new to C++) does a

Re: [SailfishDevel] undefined symbols

2014-02-12 Thread Andrey Kozhevnikov
Date: Wed, 12 Feb 2014 16:37:23 +0200 From: q...@csipa.in.rs To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] undefined symbols 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 applic

Re: [SailfishDevel] undefined symbols

2014-02-12 Thread . .
Ok, fixed that and I am now using QCoreApplication (I used a template project previously). But I'm still getting those errors. How do I link with the haptics lib? Date: Wed, 12 Feb 2014 16:37:23 +0200 From: q...@csipa.in.rs To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] unde

Re: [SailfishDevel] undefined symbols

2014-02-12 Thread Attila Csipa
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 i

Re: [SailfishDevel] undefined symbols

2014-02-12 Thread Andrey Kozhevnikov
Still problematic...?? Date: Wed, 12 Feb 2014 20:31:33 +0600 From: coderusin...@gmail.com To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] undefined symbols Qt0Feedback On 12.02.2014 20:31, . . wrote: You mean to

Re: [SailfishDevel] undefined symbols

2014-02-12 Thread . .
: [SailfishDevel] undefined symbols Qt0Feedback On 12.02.2014 20:31, . . wrote: You mean to include Qt0Feedback in CONFIG or QtFeedback? Date: Wed, 12 Feb 2014 20:11:20 +0600 From: coderusin

Re: [SailfishDevel] undefined symbols

2014-02-12 Thread Andrey Kozhevnikov
: [SailfishDevel] undefined symbols its Qt0Feedback in CONFIG of .pro file as far i remember. On 12.02.2014 20: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

Re: [SailfishDevel] undefined symbols

2014-02-12 Thread . .
You mean to include Qt0Feedback in CONFIG or QtFeedback? Date: Wed, 12 Feb 2014 20:11:20 +0600 From: coderusin...@gmail.com To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] undefined symbols its Qt0Feedback in CONFIG of .pro file as far i remember. On

Re: [SailfishDevel] undefined symbols

2014-02-12 Thread Andrey Kozhevnikov
its Qt0Feedback in CONFIG of .pro file as far i remember. On 12.02.2014 20: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.

[SailfishDevel] undefined symbols

2014-02-12 Thread . .
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 symb