Qt-interest Archive, March 2007
IDE for Qt.
Message 1 in thread
Hello,
Can I have inputs from the community as to which IDE is best suited for
development of cross-platform applications for Qt4.
Thanks,
Zaheer A.M.
DISCLAIMER:
This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
--
[ signature omitted ]
Message 2 in thread
If it needs to run on Windows AND Linux, take a look at QDevelop
> Hello,
>
> Can I have inputs from the community as to which IDE is best suited for
> development of cross-platform applications for Qt4.
>
> Thanks,
> Zaheer A.M.
>
>
>
> DISCLAIMER:
> This message (including attachment if any) is confidential and may be
> privileged. Before opening attachments please check them for viruses and
> defects. MindTree Consulting Limited (MindTree) will not be responsible
> for any viruses or defects or any forwarded attachments emanating either
> from within MindTree or outside. If you have received this message by
> mistake please notify the sender by return e-mail and delete this message
> from your system. Any unauthorized use or dissemination of this message in
> whole or in part is strictly prohibited. Please note that e-mails are
> susceptible to change and MindTree shall not be liable for any improper,
> untimely or incomplete transmission.
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
--
[ signature omitted ]
Message 3 in thread
Hello,
Have you tried to build your application for a different platform.
I have been going through the menus but can't find a place to add my
cross-compiler to the IDE.
Does the project file allow a way to compile an application using
another Compiler, say arm-linux-gcc instead of gcc.
KDevelop has this feature, Project options-> configure options.
Thanks,
Zaheer A.M
On Fri, 2007-03-30 at 08:51 +0200, Ralf Jung wrote:
> Hi,
>
> I am using QDevelop (http://qdevelop.org/) and I'm quite happy with it. It has
> some remacable features like adding the on_<widgetName>_<signalName>
> functions for you, but on the other hand I don't have much experiences with
> the debugger till now - it seems to be slow.
>
> Regards,
> Ralf
>
> Am Freitag, 30. MÃrz 2007 08:46:34 schrieb Zaheer A.M.:
> > Hello,
> >
> > Can I have inputs from the community as to which IDE is best suited for
> > development of cross-platform applications for Qt4.
> >
> > Thanks,
> > Zaheer A.M.
> >
> >
> >
> > DISCLAIMER:
> > This message (including attachment if any) is confidential and may be
> > privileged. Before opening attachments please check them for viruses and
> > defects. MindTree Consulting Limited (MindTree) will not be responsible for
> > any viruses or defects or any forwarded attachments emanating either >from
> > within MindTree or outside. If you have received this message by mistake
> > please notify the sender by return e-mail and delete this message from
> > your system. Any unauthorized use or dissemination of this message in whole
> > or in part is strictly prohibited. Please note that e-mails are
> > susceptible to change and MindTree shall not be liable for any improper,
> > untimely or incomplete transmission.
> >
> > --
> > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> > "unsubscribe" in the subject or the body. List archive and information:
> > http://lists.trolltech.com/qt-interest/
>
>
DISCLAIMER:
This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
--
[ signature omitted ]
Message 4 in thread
On 30.03.07 12:33:00, Zaheer A.M. wrote:
> Hello,
>
> Have you tried to build your application for a different platform.
> I have been going through the menus but can't find a place to add my
> cross-compiler to the IDE.
> Does the project file allow a way to compile an application using
> another Compiler, say arm-linux-gcc instead of gcc.
> KDevelop has this feature, Project options-> configure options.
But that only works for autotool projects, which is not exactly
cross-platform. At least not as easy as qmake or cmake.
Andreas
--
[ signature omitted ]
Message 5 in thread
Hello,
Exactly, I would like to develop a application which will be linked to
qtopia core libraries(which essentially uses Qt libraries) and then use
a cross-compiler to build it for a different architecture.
I apologize if I meant any thing else.
But I am not finding a way of enabling such options in QDevelop.
Regards,
Zaheer.
On Fri, 2007-03-30 at 12:28 +0200, Andreas Pakulat wrote:
> On 30.03.07 12:33:00, Zaheer A.M. wrote:
> > Hello,
> >
> > Have you tried to build your application for a different platform.
> > I have been going through the menus but can't find a place to add my
> > cross-compiler to the IDE.
> > Does the project file allow a way to compile an application using
> > another Compiler, say arm-linux-gcc instead of gcc.
> > KDevelop has this feature, Project options-> configure options.
>
> But that only works for autotool projects, which is not exactly
> cross-platform. At least not as easy as qmake or cmake.
>
> Andreas
>
DISCLAIMER:
This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
--
[ signature omitted ]
Message 6 in thread
Hello,
I thought by "developing cross-platform applications" you meant that this IDE
should be available for Windows, Linux and Mac and not that it should be able
to cross-compile. I'm sorry that I can't halp you with that as I don't have
any experiences with cross-compiling. Does it help you to change the tools
used for make etc. (extras - external tools)? Perhaps the mailing list for
QDevelop (see http://qdevelop.org/lists.php) can help you.
Best Regards,
Ralf
Am Freitag, 30. MÃrz 2007 09:03:00 schrieb Zaheer A.M.:
> Hello,
>
> Have you tried to build your application for a different platform.
> I have been going through the menus but can't find a place to add my
> cross-compiler to the IDE.
> Does the project file allow a way to compile an application using
> another Compiler, say arm-linux-gcc instead of gcc.
> KDevelop has this feature, Project options-> configure options.
>
> Thanks,
> Zaheer A.M
>
> On Fri, 2007-03-30 at 08:51 +0200, Ralf Jung wrote:
> > Hi,
> >
> > I am using QDevelop (http://qdevelop.org/) and I'm quite happy with it.
> > It has some remacable features like adding the
> > on_<widgetName>_<signalName> functions for you, but on the other hand I
> > don't have much experiences with the debugger till now - it seems to be
> > slow.
> >
> > Regards,
> > Ralf
> >
> > Am Freitag, 30. MÃrz 2007 08:46:34 schrieb Zaheer A.M.:
> > > Hello,
> > >
> > > Can I have inputs from the community as to which IDE is best suited for
> > > development of cross-platform applications for Qt4.
> > >
> > > Thanks,
> > > Zaheer A.M.
> > >
> > >
> > >
> > > DISCLAIMER:
> > > This message (including attachment if any) is confidential and may be
> > > privileged. Before opening attachments please check them for viruses
> > > and defects. MindTree Consulting Limited (MindTree) will not be
> > > responsible for any viruses or defects or any forwarded attachments
> > > emanating either >from within MindTree or outside. If you have received
> > > this message by mistake please notify the sender by return e-mail and
> > > delete this message from your system. Any unauthorized use or
> > > dissemination of this message in whole or in part is strictly
> > > prohibited. Please note that e-mails are susceptible to change and
> > > MindTree shall not be liable for any improper, untimely or incomplete
> > > transmission.
> > >
> > > --
> > > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> > > "unsubscribe" in the subject or the body. List archive and information:
> > > http://lists.trolltech.com/qt-interest/
>
> DISCLAIMER:
> This message (including attachment if any) is confidential and may be
> privileged. Before opening attachments please check them for viruses and
> defects. MindTree Consulting Limited (MindTree) will not be responsible for
> any viruses or defects or any forwarded attachments emanating either >from
> within MindTree or outside. If you have received this message by mistake
> please notify the sender by return e-mail and delete this message from
> your system. Any unauthorized use or dissemination of this message in whole
> or in part is strictly prohibited. Please note that e-mails are
> susceptible to change and MindTree shall not be liable for any improper,
> untimely or incomplete transmission.
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body. List archive and information:
> http://lists.trolltech.com/qt-interest/
--
[ signature omitted ]
Message 7 in thread
SlickEdit...
Or VI + make + bash (nmake for DevEnv, cmd.exe for windows) GUIs and
debuggers are for wimps :)
Scott
> -----Original Message-----
> From: Zaheer A.M. [mailto:zaheer_mugad@xxxxxxxxxxxx]
> Sent: Thursday, March 29, 2007 11:47 PM
> To: qt-interest@xxxxxxxxxxxxx
> Subject: IDE for Qt.
>
> Hello,
>
> Can I have inputs from the community as to which IDE is best suited
for
> development of cross-platform applications for Qt4.
>
> Thanks,
> Zaheer A.M.
>
>
>
> DISCLAIMER:
> This message (including attachment if any) is confidential and may be
> privileged. Before opening attachments please check them for viruses
and
> defects. MindTree Consulting Limited (MindTree) will not be
responsible
> for any viruses or defects or any forwarded attachments emanating
either
> from within MindTree or outside. If you have received this message by
> mistake please notify the sender by return e-mail and delete this
message
> from your system. Any unauthorized use or dissemination of this
message in
> whole or in part is strictly prohibited. Please note that e-mails are
> susceptible to change and MindTree shall not be liable for any
improper,
> untimely or incomplete transmission.
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
--
[ signature omitted ]
Message 8 in thread
> SlickEdit...
And there is no GUI involved with SlickEdit?? :)
gdb for Wimps?
Peter (A very happy SE-user)
>
> Or VI + make + bash (nmake for DevEnv, cmd.exe for windows) GUIs and
> debuggers are for wimps :)
>
> Scott
>
>> -----Original Message-----
>> From: Zaheer A.M. [mailto:zaheer_mugad@xxxxxxxxxxxx]
>> Sent: Thursday, March 29, 2007 11:47 PM
>> To: qt-interest@xxxxxxxxxxxxx
>> Subject: IDE for Qt.
>>
>> Hello,
>>
>> Can I have inputs from the community as to which IDE is best suited
> for
>> development of cross-platform applications for Qt4.
>>
>> Thanks,
>> Zaheer A.M.
>>
>>
>>
>> DISCLAIMER:
>> This message (including attachment if any) is confidential and may be
>> privileged. Before opening attachments please check them for viruses
> and
>> defects. MindTree Consulting Limited (MindTree) will not be
> responsible
>> for any viruses or defects or any forwarded attachments emanating
> either
>> from within MindTree or outside. If you have received this message by
>> mistake please notify the sender by return e-mail and delete this
> message
>> from your system. Any unauthorized use or dissemination of this
> message in
>> whole or in part is strictly prohibited. Please note that e-mails are
>> susceptible to change and MindTree shall not be liable for any
> improper,
>> untimely or incomplete transmission.
>>
>> --
>> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
>> "unsubscribe" in the subject or the body.
>> List archive and information: http://lists.trolltech.com/qt-interest/
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
--
[ signature omitted ]
Message 9 in thread
Peter M. Groen wrote
> > SlickEdit...
>
> And there is no GUI involved with SlickEdit?? :)
> gdb for Wimps?
Sure. Real Men(tm) edit core files in vi. Or in ex.
Or pipe them to a serial device and plug in their fingers
somewhere on the back of their box...
Andre'
--
[ signature omitted ]
Message 10 in thread
André Pönitz wrote:
> Peter M. Groen wrote
>>> SlickEdit...
>> And there is no GUI involved with SlickEdit?? :)
>> gdb for Wimps?
>
> Sure. Real Men(tm) edit core files in vi. Or in ex.
> Or pipe them to a serial device and plug in their fingers
> somewhere on the back of their box...
That must take a LONG time. I'll just stick with my GUI tools and
actually get products shipped, thanks. :-)
To stay on topic - I use Visual Studio on Windows, XCode on Mac, and
command-line from Linux. It helps to be familiar with the local
environment.
--
[ signature omitted ]
Message 11 in thread
My company uses QDevelop. We are quite satisfied with it.
www.qdevelop.org
Karl
-----Original Message-----
From: Zaheer A.M. [mailto:zaheer_mugad@xxxxxxxxxxxx]
Sent: Friday, March 30, 2007 1:47 AM
To: qt-interest@xxxxxxxxxxxxx
Subject: IDE for Qt.
Hello,
Can I have inputs from the community as to which IDE is best suited for
development of cross-platform applications for Qt4.
Thanks,
Zaheer A.M.
DISCLAIMER:
This message (including attachment if any) is confidential and may be
privileged. Before opening attachments please check them for viruses and
defects. MindTree Consulting Limited (MindTree) will not be responsible for
any viruses or defects or any forwarded attachments emanating either from
within MindTree or outside. If you have received this message by mistake
please notify the sender by return e-mail and delete this message from your
system. Any unauthorized use or dissemination of this message in whole or in
part is strictly prohibited. Please note that e-mails are susceptible to
change and MindTree shall not be liable for any improper, untimely or
incomplete transmission.
--
[ signature omitted ]
Message 12 in thread
Sorry.. I guess my sarcasm/humor didn't come through... SLickedit is a
wonderful cross platform IDE...
Since we just had a similar discussion about 1-2 weeks ago on the
thread... I figured a little levity was in order... Next time Ill put
more smiley faces in the text
> -----Original Message-----
> From: Zaheer A.M. [mailto:zaheer_mugad@xxxxxxxxxxxx]
> Sent: Friday, March 30, 2007 2:25 AM
> To: Scott Aron Bloom
> Subject: RE: IDE for Qt.
>
> Hello Scott,
>
> I have been using only vi+make on a shell for all the development
work(4
> years), but for qt i believe in order to speed up the development
> process, an IDE is a better option.
> May be, by not using GUIs and debuggers we are missing some action.
> Give it a try. Its the developer like us who are building the IDE for
> working in a better way.
>
> Please DON'T use this again, "UIs and debuggers are for wimps :)"
>
> Zaheer.
>
>
>
>
> On Fri, 2007-03-30 at 00:56 -0700, Scott Aron Bloom wrote:
> > SlickEdit...
> >
> > Or VI + make + bash (nmake for DevEnv, cmd.exe for windows) GUIs
and
> > debuggers are for wimps :)
> >
> > Scott
> >
> > > -----Original Message-----
> > > From: Zaheer A.M. [mailto:zaheer_mugad@xxxxxxxxxxxx]
> > > Sent: Thursday, March 29, 2007 11:47 PM
> > > To: qt-interest@xxxxxxxxxxxxx
> > > Subject: IDE for Qt.
> > >
> > > Hello,
> > >
> > > Can I have inputs from the community as to which IDE is best
suited
> > for
> > > development of cross-platform applications for Qt4.
> > >
> > > Thanks,
> > > Zaheer A.M.
> > >
> > >
> > >
> > > DISCLAIMER:
> > > This message (including attachment if any) is confidential and may
be
> > > privileged. Before opening attachments please check them for
viruses
> > and
> > > defects. MindTree Consulting Limited (MindTree) will not be
> > responsible
> > > for any viruses or defects or any forwarded attachments emanating
> > either
> > > from within MindTree or outside. If you have received this message
by
> > > mistake please notify the sender by return e-mail and delete this
> > message
> > > from your system. Any unauthorized use or dissemination of this
> > message in
> > > whole or in part is strictly prohibited. Please note that e-mails
are
> > > susceptible to change and MindTree shall not be liable for any
> > improper,
> > > untimely or incomplete transmission.
> > >
> > > --
> > > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
with
> > > "unsubscribe" in the subject or the body.
> > > List archive and information:
http://lists.trolltech.com/qt-interest/
> >
>
>
>
> DISCLAIMER:
> This message (including attachment if any) is confidential and may be
> privileged. Before opening attachments please check them for viruses
and
> defects. MindTree Consulting Limited (MindTree) will not be
responsible
> for any viruses or defects or any forwarded attachments emanating
either
> from within MindTree or outside. If you have received this message by
> mistake please notify the sender by return e-mail and delete this
message
> from your system. Any unauthorized use or dissemination of this
message in
> whole or in part is strictly prohibited. Please note that e-mails are
> susceptible to change and MindTree shall not be liable for any
improper,
> untimely or incomplete transmission.
--
[ signature omitted ]