Hi Wysota,
I downloaded wwWidget0.9. I am working on winXP with QT4.4.1when i was compiling the wwWidgets,i got the below error
Qt Code:
  1. ./tmp\obj\release_shared\qwwlediface.o(.text+0x133):qwwlediface.cpp: undefined r
  2. eference to `QwwLed::QwwLed(QWidget*)'
  3. collect2: ld returned 1 exit status
  4. mingw32-make[1]: *** [release\wwwidgetsplugin.dll] Error 1
  5. mingw32-make[1]: Leaving directory `C:/Qt/4.4.1/wwWidgets/plugin'
  6. mingw32-make: *** [release-all] Error 2
To copy to clipboard, switch view to plain text mode 

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

thanks in advance