Hello, Is it possible to use KDevelop3, Suse 9.3/10 with Qtopia?
The variable QTDIR is setted to the qt3 directory and if it reset it and start KDevelop3, then it crash.
Thank you.
P.S: Currently I am using Suse 9.3, KWrite and toolchain.
QUOTE(tumnus @ Oct 26 2004, 01:05 AM)
Kdevelop 3.x specifically supports Qtopia projects (Create a new project and look under C++/Embedded/Qtopia Application) which are based on tmake. Note that you have to run it from a terminal after setting up your build environment with something like the script dev-x86-qpe.sh It has even more support for OPIE btw. Also see this tutorial:
http://www.kdevelop.org/3.0/doc/tutorial_qtopia/(The Kdevelop version is a little out of date but it does work with the Qtopia 1.5 SDK as well as v1.6)
QT Designer v2 comes with the Qtopia SDK and kdevelop can still use its .ui files within a project although you have to explicitely use Designer v2 rather than 3. I just created an extra Tools menu entry for this as double clicking a .ui file in kdevelop opens it in Designer v3.
The one thing that I don't like about kdevelop is the code completion doesn't seem to work properly. I've created a permanent store of the Qtopia include files and ctags of my stuff too, but the context sensitivity just isn't there, nor are function info tooltips. I don't particularly like Micro$oft but my day job is programming in Visual Basic and Visual C++ and the 'IntelliSense' stuff really helps get the job done faster. Has anyone got this to work properly in kdevelop? I only use the SuSE RPMs so they could be broken.