Missing makefile
-
Did you remove the shadow build and projectName.pro.user ?
-
-
What happens if you replace vcapp by just app in the pro file ?
-
Then let's go through the basics:
- what os ?
- what Qt version ?
-
First of all this app writen on Qt 4.4.3 and it won't compile on Qt5.
If you want use this app you need:
1 option - use Qt 4 instead Qt5
2 option - port this app to Qt 5Ofcourse i recomend use MSVC compiler, because there can be incompatibilities with MinGW. There are many Win API functions in code.