PDA

View Full Version : kled in Qt4 Application



hotjava
30th November 2008, 12:48
Hi!
I need to use several kled widget in my Qt4 Application. When I Use kled My Program Does'nt Compile And Stop With "Undefined Refrence to KLed" Error!!
How I Can Use kled in My Qt4 Application???
And
How I Can Convert My Qt4 Application to A KDE Application???

Thanks.

jjbabu
1st December 2008, 11:23
Hi,
You just follow the below link.it may help you.

http://www.qt-apps.org/content/show.php/QLed+?content=72482

I just worked on windows with this.it worked successfully.check it out once.

wysota
1st December 2008, 12:40
Or you can use QwwLed from wwWidgets (http://www.wysota.eu.org/wwwidgets).

jjbabu
2nd December 2008, 06:42
Hi Wysota,
I followed your link and i downloaded wwWidget0.9. I am working on winXP with QT4.4.when i was compiling the wwWidgets,i got the below error


./tmp\obj\release_shared\qwwlediface.o(.text+0x133): qwwlediface.cpp: undefined r
eference to `QwwLed::QwwLed(QWidget*)'
collect2: ld returned 1 exit status
mingw32-make[1]: *** [release\wwwidgetsplugin.dll] Error 1
mingw32-make[1]: Leaving directory `C:/Qt/4.4.1/wwWidgets/plugin'
mingw32-make: *** [release-all] Error 2
.

I followed your previous posts,after that i went to widgets directory and i installed widget libs using make install.after that when i was going to make the plugins directory again i am getting above problem.
how can i solve that.

thanks in advance