IcecastRadio - Qt-Widget/Qt-Quick example Icecast player
- 
Yes really cool staff, but from git now not compiling. Qt 4.7.0 rc and mingw 
- 
First error out of the box was : mingw32-make[2]: *** No rule to make target ../model/libicecastmodel.a', needed bydebug\qtcast.exe'. Stop.Then i remove project qtcast from main pro and in quickcast make some changes, about include and this compiled. quickcast working ok. but url and tags doesn't displays in app. 
- 
I am using mingw from qtcreator latest .... 
- 
Mmmm ok i will try to find why and how to fix this ... Will post my result, if .... 
- 
Nice work buddy. Keep up the good woek! 
- 
@maxvanceffer: try adding following to the main pro file CONFIG += ordered It could be that qtcast is compiled before model, with the ordered config option the subdirs will be compiled in the order they are written. 
- 
No problem doesn't disappear. I made a new git clone, and add this configure parameter. And steel problem is here. mingw32-make[2]: *** No rule to make target ../model/libicecastmodel.a', needed bydebug\qtcast.exe'. Stop.
 mingw32-make[1]: *** [debug] Error 2
 mingw32-make: *** [sub-qtcast-make_default-ordered] Error 2Mingw compile first model, then qtcast. 
- 
Bwt when start play radio station. It will be wonderful to display something like a progress. Because some radio streams take a little bit more time to start play. 
