[ptxdist] Qt-Hello-World

2011-04-14 Thread ayserd yawsedr
Hello, could anybody explain me how to include an qt-hello-world example to ptxdist? Do I need any make-files? Are there any tutorials? Thanks. -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Qt-Hello-World

2011-04-14 Thread Michael Olbrich
On Thu, Apr 14, 2011 at 10:20:03AM +0200, ayserd yawsedr wrote: could anybody explain me how to include an qt-hello-world example to ptxdist? Do I need any make-files? Are there any tutorials? There is the quickstart manual[1]. And you can create a new qt application with: $ ptxdist newpackage

Re: [ptxdist] Qt-Hello-World

2011-04-14 Thread ayserd yawsedr
Hi again, for my Hello-World-Example, I need my hallo.cpp *AND* a .pro file? Can I modify an example from qt-sources (copy the .pro-file, rename variables)? After that, I have to tar it and put it to my ptxdist with ptxdist newpackage src-qmake-prog? Thank you in advance. 2011/4/14 ayserd

Re: [ptxdist] Qt-Hello-World

2011-04-14 Thread Michael Olbrich
Hi, On Thu, Apr 14, 2011 at 07:38:17PM +0200, ayserd yawsedr wrote: for my Hello-World-Example, I need my hallo.cpp *AND* a .pro file? Can I modify an example from qt-sources (copy the .pro-file, rename variables)? After that, I have to tar it and put it to my ptxdist with ptxdist newpackage