Re: [Interest] packaging a build

2012-09-06 Thread Morgan McKenzie
Thanks for the suggestion Yves, The thing is that I can get it to run on my computer just fine (even if I do it from a command prompt with path cleared)... When I tried making a qt.conf as you suggested it wouldn't run even on my computer > Date: Fri, 7 Sep 2012 08:05:53 +0200 > From: yves.b

Re: [Interest] packaging a build

2012-09-06 Thread Yves Bailly
Le 07/09/2012 06:42, Morgan McKenzie a écrit : > Anyone have any other suggestions? I guess that switching to mingw/gcc is an > option provided that I > can get it to build on my computer, but I'd rather not... Don't know for Qt5, but try this: put the needed Qt DLLs and plugins in the same fold

Re: [Interest] packaging a build

2012-09-06 Thread Morgan McKenzie
Hey so thanks for the help! I actually already tried using the Dependency Walker, and included all the msvc files that it needs... and in desperation I copied every single dll it required from my system32 folder, which turned out to be a few hundred and it still didn't work at all. (and

Re: [Interest] packaging a build

2012-09-06 Thread Alex Malyushytskyy
> Does anyone have an idea what's going on, or has anyone tried releasing > something with qt5 and MSVC? I have not tried, Qt5 but I do not believe in mysteries, you are missing dependency or provide wrong executable ( debug for example) First thing to check is CRT (MSVCRT*.dll), other comput

[Interest] packaging a build

2012-09-06 Thread Morgan McKenzie
Hi, I've built a sample application for a school project and I'm trying hand it in. However, it doesn't seem to work on any computer other than mine (windows 7 64 bit) There's no error message - it simply starts and immediately exits (no window opened) It was built with the Qt5 beta usi

Re: [Interest] QGraphicsView app segfaults on Embedded Device!

2012-09-06 Thread pritam.ghang...@gmail.com
there can be several. You will need backtrace to know that otherwise its all speculation. On Thu, Sep 6, 2012 at 8:39 PM, Lata Agrawal wrote: > Hi, > > I am trying to execute the graphicsview examples from Qt-4.6.2 sdk on my > Linux/MIPS device. But everytime the application segfaults. What could

[Interest] QGraphicsView app segfaults on Embedded Device!

2012-09-06 Thread Lata Agrawal
Hi, I am trying to execute the graphicsview examples from Qt-4.6.2 sdk on my Linux/MIPS device. But everytime the application segfaults. What could be the possible reason for this behaviour. Please help! -- Regards, Lata * * ___ Interest mailing list In

Re: [Interest] Creating a grid of icons

2012-09-06 Thread Joseph Crowell
QListWidget/QListview should be the proper way to do this but currently it isn't acting as expected in left to right (text below icon) mode in Qt5. I was just about to create a bug report for this. On 9/6/2012 7:23 PM, Sensei wrote: > Hi again. After trees, now I'm playing with grids. > > The ob

Re: [Interest] qtbrowserplugin

2012-09-06 Thread Alexander Carôt
Hello all, an update regarding the qtbrowserplugin-examples: There are very obvious problems with most current Qt versions and I will write a summary about this very soon. If possible I also would like to update the project and wonder if this is possible at all and who at Nokia has the responsi

Re: [Interest] Invitation to connect on LinkedIn

2012-09-06 Thread pritam.ghang...@gmail.com
sorry for the noise. somehow linkedin sent messages to all my gmail contacts. I remember I had unselected that option, But I guess there were multiple pages. On Thu, Sep 6, 2012 at 10:23 AM, Pritam Ghanghas wrote: > > [image: LinkedIn] > > > > *From Pritam Ghanghas* > > Technology specialist a

[Interest] Creating a grid of icons

2012-09-06 Thread Sensei
Hi again. After trees, now I'm playing with grids. The objective is simple: create a grid of selectable icons (with text below), just like Xcode widget in "New Project". I've tried two approaches: list, and table widget. It's a simple widget, I'd like to avoid very complicated solutions, like