What to do after sdk installation?
-
Hi. I've been using LGPL QT for Windows about 1 year ago. Then, I could download complete sdk (libs+qt creator) in single installer and after standard "next,next,next" installation it was ready to use. Right now, I want to come back to qt, so I've downloaded same (but newer) installation file (qt-sdk-win-opensource-2010.05.exe). After installation I couldn't build any example - over hundred of errors, all similar (unreferenced "imp__..."). I thought that maybe this time I need to build libs myself:
-qt command prompt
-configure (ok)
-mingw32-make (error, there is no moc.exe)Can anyone tell my how to start using qt now?
-
But I want to use libs from sdk, I've tried to build manually just because I couldn't compile any example. So it seems that there is something wrong with installation. Any ideas what? I've reinstalled whole sdk few times and still have same error during building example project.