Compilation Fixes for Qr 3.0.5 KDE 3.0.1
Caleb Tennis
caleb at aei-tech.com
Fri Oct 11 15:26:02 UTC 2002
this shoudln't be neccessary since kurlrequester.h is included in the
generated .cpp file. Maybe your uic doesn't recognize KDE Widgets? If you do
a "touch addtooldlg.ui && make", what's the uic call? If you look at the
generated addtooldlg.cpp, is there a "#include <kurlrequester.h>" line?
/vires/devrim/Files/Gideon/qt-x11-free-3.0.5/bin/uic -L
/opt/kde3/lib/kde3/plugins/designer -nounload -o addtooldlg.h
./addtooldlg.ui
I checked the addtooldlg.cpp and it has no include for kurlrequester.
( FYI: I have grabbed from CVS a couple of hours ago. )
I apologize because I'm not at my computer right now that has the source
code, but a simple fix should be to add something to the ui file:
<includes>
<include location="global" impldecl="in
implementation">kurlrequester.h</include>
</includes>
That should fix it.
Max.
More information about the KDevelop-devel
mailing list