Re: [Qt-creator] build settings for cross platform? multiple svn checkouts on each development computer

2010-04-26 Thread Tobias Hunger
Hi Danny! Thanks for sending the broken project. I'll look into it later today. Best Regards, Tobias -- Tobias Hunger Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HR

Re: [Qt-creator] printf() with Qt Creator?

2010-04-26 Thread Eike Ziller
On Apr 24, 2010, at 11:51 PM, ext Danny Price wrote: > > On 24 Apr 2010, at 22:22, Robert Hairgrove wrote: >>> >> >> This is also an issue in non-Qt apps. Just change this line: >> std::cout << "test"; >> to this: >> std::cout << "test" << std::endl; >> >> On some platforms (*nix, I

Re: [Qt-creator] build settings for cross platform? multiple svn checkouts on each development computer

2010-04-26 Thread Tobias Hunger
Hi Danny! Sorry, I really do not see anything to fix in creator for the following reasons: * No variable is ignored. DESTDIR is relative to the build directory, so it is set and used correctly (but points to a location where the stuff it is looking for is not found). * No build pathes are

Re: [Qt-creator] build settings for cross platform? multiple svn checkouts on each development computer

2010-04-26 Thread Danny Price
On Mon, Apr 26, 2010 at 11:13 AM, Tobias Hunger wrote: > Hi Danny! > > Sorry, I really do not see anything to fix in creator for the following > reasons: > > * No variable is ignored. DESTDIR is relative to the build directory, > so it is set and used correctly (but points to a location where the

Re: [Qt-creator] build settings for cross platform? multiple svn checkouts on each development computer

2010-04-26 Thread Tobias Hunger
Hi Danny! On 26.04.2010 13:14, ext Danny Price wrote: > Ah so you can explain how I should modify the sample projects to do just > that? I assume that relative paths from the shadow build directories are > also a bad idea? Yeap:-) If the libraries hardly ever change then you could install them (

Re: [Qt-creator] QtCreator Crash under RHEL5 (Code Syntax Related?)

2010-04-26 Thread roberto.raggi
Hi Victor, I think that crash was fixed in 5a7858f5ec36f01036bf36f5d60425a6c0ceef33 http://bugreports.qt.nokia.com/browse/QTCREATORBUG-673?page=com.googlecode.jira-suite-utilities:transitions-summary-tabpanel ciao robe On Apr 25, 2010, at 6:23 AM, ext Victor Sardina wrote: Fellows: I don't

Re: [Qt-creator] build settings for cross platform? multiple svn checkouts on each development computer

2010-04-26 Thread Eike Ziller
On Apr 26, 2010, at 1:14 PM, ext Danny Price wrote: > > On Mon, Apr 26, 2010 at 11:13 AM, Tobias Hunger > wrote: >> Hi Danny! >> >> Sorry, I really do not see anything to fix in creator for the following >> reasons: >> >> * No variable is ignored. DESTDIR is relative to the build directory,

Re: [Qt-creator] build settings for cross platform? multiple svn checkouts on each development computer

2010-04-26 Thread Danny Price
On Mon, Apr 26, 2010 at 1:12 PM, Eike Ziller wrote: > > On Apr 26, 2010, at 1:14 PM, ext Danny Price wrote: > > > > > On Mon, Apr 26, 2010 at 11:13 AM, Tobias Hunger > wrote: > >> Hi Danny! > >> > >> Sorry, I really do not see anything to fix in creator for the following > >> reasons: > >> > >>

Re: [Qt-creator] build settings for cross platform? multiple svn checkouts on each development computer

2010-04-26 Thread Coda Highland
Qxt is a SUBDIRS project and I haven't had a problem with it in Creator... um... ever. What problems are you describing? On Mon, Apr 26, 2010 at 7:54 AM, Danny Price wrote: > > > On Mon, Apr 26, 2010 at 1:12 PM, Eike Ziller wrote: >> >> On Apr 26, 2010, at 1:14 PM, ext Danny Price wrote: >> >> >

Re: [Qt-creator] provide solution, how to link video to maemo5 sdk window

2010-04-26 Thread Awadhesh Kumar
Hi , Thanks for your feddback. I know about Phonon. But i want to use my own way. Thanks, Awadhesh 2010/4/23 Thorbjørn Lindeijer > On 04/23/2010 04:04 PM, ext Awadhesh Kumar wrote: > > > > Hi all, > > > > Any one help me. > > > > How to add video in Maemo5 SDK scrachbox using Qt and gstreamer.