Re: [Interest] Linker error: undefined reference to symbol 'g_type_check_instance_cast'

2015-08-03 Thread Christian Gagneraud
On 04/08/15 08:50, vaishnavi nagarajan wrote: > sounggst is one of my sources. It includes the gst.h header from > gstreamer-1.0. > > That symbol is provided by libgobject-2.0. I have added the library in > LIBS += as: > QMAKE_LIBDIR_FLAGS += -L/usr/lib/x86_64-linux-gnu > > QMAKE_LFLAGS += -lgmod

Re: [Interest] Linker error: undefined reference to symbol 'g_type_check_instance_cast'

2015-08-03 Thread Thiago Macieira
On Monday 03 August 2015 20:50:34 vaishnavi nagarajan wrote: > sounggst is one of my sources. It includes the gst.h header from > gstreamer-1.0. That symbol is provided by libgobject-2.0. I have added the > library in LIBS += as:QMAKE_LIBDIR_FLAGS += -L/usr/lib/x86_64-linux-gnu > QMAKE_LFLAGS +=

Re: [Interest] Linker error: undefined reference to symbol 'g_type_check_instance_cast'

2015-08-03 Thread vaishnavi nagarajan
sounggst is one of my sources. It includes the gst.h header from gstreamer-1.0. That symbol is provided by libgobject-2.0. I have added the library in LIBS += as:QMAKE_LIBDIR_FLAGS += -L/usr/lib/x86_64-linux-gnu QMAKE_LFLAGS   += -lgmodule-2.0 \                          -lxml2 \                 

Re: [Interest] Keeping app alive on iOS and Android

2015-08-03 Thread Jason H
This is a problem even not in Qt. The idea that you can be suspended and closed and resumed is pervasive on mobile platforms. Android has the idea of a Bundle. If you've ever had an app that didn't fully restore it's state on Android (and I've encountered several), it's because the changes wer

Re: [Interest] Where to does Qt expect to find ".qt-license" file when running on a Jenkins slave machine?

2015-08-03 Thread Richard Otter
I encountered the same error in a similar environment- Jenkins slave running on Windows OS. The same machine had been working with qt5.5 for several days and then it started generating the error. The license file was in the home folder of the account used by the Jenkins service. A reboot fixed i

[Interest] Seeking tips on restoring application geometry

2015-08-03 Thread Murphy, Sean
I'm trying to be helpful to my users and restore window geometry between sessions, but I was looking for advice on how to go about that. My application is an internal engineering tool, that is usually used on laptops that routinely bounce between being used as a standalone laptop in a lab settin

Re: [Interest] How to distribute Qt Linguist to translators?

2015-08-03 Thread Edward Sutton
Great idea to use "windeployqt.exe linguist.exe”. Thank you MaX! -Ed On Aug 3, 2015, at 10:49 AM, Massimiliano Maini mailto:maxma...@gmail.com>> wrote: I'd put linguist.exe in an empty folder and then use (from a dos prompt) "windeployqt.exe linguist.exe". It should put all the necessary fil

Re: [Interest] Linker error: undefined reference to symbol 'g_type_check_instance_cast'

2015-08-03 Thread Thiago Macieira
On Monday 03 August 2015 15:58:05 vaishnavi nagarajan wrote: > /usr/bin/ld: soundgst.o: undefined reference to symbol > 'g_type_check_instance_cast' There's no file called "soundgst" in the Qt sources. That means the error above comes from your sources. The function "g_type_check_instance_cast"

[Interest] Linker error: undefined reference to symbol 'g_type_check_instance_cast'

2015-08-03 Thread vaishnavi nagarajan
Hello All, I am trying to compile an application on a ubuntu system.  I am getting  the following linker error: --

Re: [Interest] How to distribute Qt Linguist to translators?

2015-08-03 Thread Massimiliano Maini
I'd put linguist.exe in an empty folder and then use (from a dos prompt) "windeployqt.exe linguist.exe". It should put all the necessary files in the directory, then you can move everything around. MaX. On 3 August 2015 at 17:42, Frédéric Marchal < frederic.marc...@wowtechnology.com> wrote: > On

Re: [Interest] Keeping app alive on iOS and Android

2015-08-03 Thread m...@rpzdesign.com
Nuno: You will have a challenge with this. Mobile apps are made to go inactive and then are give ZERO warning when they are removed from memory. So you have a design challenge knowing that you are only guaranteed about 10 seconds after the inactive window state change to tidy things up and pr

Re: [Interest] Keeping app alive on iOS and Android

2015-08-03 Thread Robert Iakobashvili
Regards, Robert On Mon, Aug 3, 2015 at 6:36 PM, Nuno Santos wrote: > Hi, > > One of the main problems I have been having with Qt for mobile is keeping app > alive when I switch to other apps. > > My app takes a considerable amount of time to load and if I switch app and > return to it afterwar

Re: [Interest] How to distribute Qt Linguist to translators?

2015-08-03 Thread Frédéric Marchal
On Monday 03 August 2015 14:16:22 Edward Sutton wrote: > Is there a download link to a Windows installer for Qt Linguist that I can > send to my translators ? > > Or do you send them the link to install Qt Community edition? I simply copied linguist.exe to a network drive and copied the DLLs requ

[Interest] Keeping app alive on iOS and Android

2015-08-03 Thread Nuno Santos
Hi, One of the main problems I have been having with Qt for mobile is keeping app alive when I switch to other apps. My app takes a considerable amount of time to load and if I switch app and return to it afterwards, it needs to load again. I want to understand if this is something I’m doing

[Interest] How to distribute Qt Linguist to translators?

2015-08-03 Thread Edward Sutton
Is there a download link to a Windows installer for Qt Linguist that I can send to my translators ? Or do you send them the link to install Qt Community edition? On a related note, has anyone used "App Translation Service” seen on Google’s Play Developer Console? Would it be possible to conv