hello, it looks like this is aplace for dummy questions, so here i am :-)

i am working under windows xp and i already successfully installed qt 4.7.1

i got the qtled custom widget plugin package from http://qt-apps.org/content/show.php?content=72482 and i am trying to follow the INSTALL file contents

INSTALLING your custom widget plugin


1. Uncompress the file info a working directory

2. Type qmake <plugin_name.pro>

3. Type make

4. Type make install

5. That's all, your Qt custom widget plugin is installed. You can run Qt Designer
and you will find the plugin icon in Designer left tollbar

step 1.and 2. work fine. troubles stats with 3 and 4.: windows does not provide make so i got gnu make for win32 but this does not work (i get a missings eparator error at line 65). which make should i use? how do i install the plugin?

thanks in advance