[Qt-creator] Using gdb to debug a remote application

2009-10-13 Thread Bravo.Alex
Hi guys, I'm trying to use Qt Creator for debugging an executable on a remote machine. I'm using 1.3 branch as of 10/12/2009. Pretty much how it works is I set up Gdb start up script to connect from my host (Windows) to a target (QNX6.4.1). Then I cross-compile my QNX executable to, say D:\Devel

Re: [Qt-creator] ODBC on Windows

2009-10-13 Thread Coda Highland
You should direct your question to the qt-interest mailing list. This list is for issues related to the Qt Creator IDE itself. /s/ Adam On Tue, Oct 13, 2009 at 11:13 AM, Wm. G. Urquhart wrote: > Hello List, > > I'm creating an application using Qt-Creator on Windows Vista x64, and > installing t

[Qt-creator] ODBC on Windows

2009-10-13 Thread Wm. G. Urquhart
Hello List, I'm creating an application using Qt-Creator on Windows Vista x64, and installing the application and it's dependants with NSIS. As I'm using a remote SQL server for the Database, I configured a User DSN to meet the requirements. And when run all is well and application functions a

Re: [Qt-creator] Core::IFile::mimetype bug?

2009-10-13 Thread Daniel Teske
> The patch is not working, because BaseTextEditor::open is not virtual. > But once I've made it virtual, everything is working nicely. > I just checked in a patch which fixes that bug. It should be visible in 12h on the 1.3 branch. (That means it won't be in the beta, but will be merged int

Re: [Qt-creator] qtcreator on OpenBSD

2009-10-13 Thread Edd Barrett
On Tue, Oct 13, 2009 at 04:24:54PM +0200, Daniel Teske wrote: > ext Edd Barrett schrieb: > > Hi, > > > > I am working on a port of qtcreator to OpenBSD. I have the application > > building after a couple of trivial patches: > > > > http://students.dec.bournemouth.ac.uk/ebarrett/files/patch-src_libs

Re: [Qt-creator] qtcreator on OpenBSD

2009-10-13 Thread Daniel Teske
ext Edd Barrett schrieb: > Hi, > > I am working on a port of qtcreator to OpenBSD. I have the application > building after a couple of trivial patches: > > http://students.dec.bournemouth.ac.uk/ebarrett/files/patch-src_libs_extensionsystem_extensionsystem_pro > http://students.dec.bournemouth.ac.uk

[Qt-creator] qtcreator on OpenBSD

2009-10-13 Thread Edd Barrett
Hi, I am working on a port of qtcreator to OpenBSD. I have the application building after a couple of trivial patches: http://students.dec.bournemouth.ac.uk/ebarrett/files/patch-src_libs_extensionsystem_extensionsystem_pro http://students.dec.bournemouth.ac.uk/ebarrett/files/patch-src_libs_utils_

Re: [Qt-creator] Debug helper fails to compile

2009-10-13 Thread André Pönitz
On Monday 12 October 2009 10:18:57 ext Arto Karppinen wrote: > System: Qt Creator 1.2.90, Qt 4.4.3, Ubuntu 8.10 > > > Output: > --- > g++ -c -pipe -g -Wall -W -D_REENTRANT -fPIC -DUSE_QT_GUI=1 -DQT_GUI_LIB > -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. > -I/usr/include/qt4

Re: [Qt-creator] DLL entry point not found.

2009-10-13 Thread Daniel Molkentin
ext Wm. G. Urquhart schrieb: > The application was built under Windows Vista x64 and works as expected > within the Qt environment. In order to deploy the application I examined > the .exe using dependency walker and included the appropriate .dll files. > > From the NSIS Script File: > > File

Re: [Qt-creator] DLL entry point not found.

2009-10-13 Thread Wm. G. Urquhart
Daniel Molkentin wrote: > ext Wm. G. Urquhart schrieb: >> The application was built under Windows Vista x64 and works as expected >> within the Qt environment. In order to deploy the application I examined >> the .exe using dependency walker and included the appropriate .dll files. >> >> From th

Re: [Qt-creator] DLL entry point not found.

2009-10-13 Thread Robert Caldecott
I *think* there are two sets of Qt DLLs installed with the SDK - one set used by the various tools (Qt Creator, etc.) and another that are the ones you actually need to ship. From my SDK (installed in C:\Qt\2009.03) I have the following: C:\Qt\2009.03\bin\QtCore4.dll (2,016,256 bytes, version 4.5

[Qt-creator] DLL entry point not found.

2009-10-13 Thread Wm. G. Urquhart
Hi list, I have created a minimal Qt application to test the installation of Qt Applications using the Nullsoft Scriptable Installer on Windows. The application was built under Windows Vista x64 and works as expected within the Qt environment. In order to deploy the application I examined the

Re: [Qt-creator] qdoc3 issues

2009-10-13 Thread kai.koehne
qt-creator-boun...@trolltech.com wrote: > - Original Message - > > From: kai.koe...@nokia.com > > Sent: 10/12/09 04:59 pm > > To: qt-creator@trolltech.com > > Subject: Re: [Qt-creator] qdoc3 issues > > > > qt-creator-boun...@trolltech.com wrote: >