my laptop's hard drive got damaged
who could help me to compile qt project
for windows, CutyCapt.exe
Printable View
my laptop's hard drive got damaged
who could help me to compile qt project
for windows, CutyCapt.exe
Attachment 2628Wow, cool little tool!
I compiled it with 4.4.0 open source. Visual Studio 2005 non static.
Could you please provide me the steps you done in visual studio
This is a very old post, but anyway...
- Install "Qt libraries 4.x.x for Windows" from here.
- Call "qmake -tp vc" in a Visual Studio command prompt to generate a visual studio solution from the .pro file.
- open the solution and build application.