You are not logged in.
Pages: 1
I haven't tried to use KDE widgets before until today and I'm getting undefined references to all kwidgets. What library am I missing? I haven't been able to find anything in the repos.
Thanks
Offline
Try installing kdelibs and kdebase.
Offline
I think I may have figured out my problem. I was working with a qmake project in QtCreator. I see that I can't use Kdelibs with qmake.
Anyone know if you can use QtCreator to make Kde apps? Kdevelop is crashing incessantly.
Last edited by dalingrin (2009-05-04 04:11:46)
Offline
Qt Creator 1.1 has cmake support. If you manually create a CMakeLists.txt for your app, simply open it in Qt Creator and it will import the project.
I know that might be one of the reasons you're using an IDE in the first place, so if you don't want to manually create a CMakeLists.txt, you can run kapptemplate from the command line to automatically generate one. I've only tried this to generate a plasma applet template, I'm not sure how well the other templates work (ymmv).
Offline
kdevelop is in alpha for kde4 I guess; I had it installed, but Im waiting for a major release.
qtcreator is very nice.
you can use eclipse --> there is (on aur) the package "eclipse-qt-eclipse-integration"
If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is.
Simplicity is the ultimate sophistication.
Offline
qtcreator is very nice.
QFT. Furthermore you have full access to all KDE widgets in the integrated designer view.
As for Kdevelop4, it's not in alpha- it's in nearly release-ready beta.
This fellow offers svn builds which he updates frequently. I have been using them for about a month now and it works very well!
[dstr-repo]
#qutim, psi, kdevelop with plugins dev builds and other stuff
Server = http://dimon.homeftp.org/repo/i686
[dstr-repo]
#qutim, psi, kdevelop with plugins dev builds and other stuff
Server = http://dimon.homeftp.org/repo/x86_64
Offline
Pages: 1