Makefile.Debug OR Makefile.Release
-
Hello Friends And Qt Experts
Please help me Bulid the Project using
Makefile.Debug Or Makefile.ReleaseI Don't Know how to use this kind of file
i got Modbus library project from the link --> https://github.com/cm0x4D/QModbus
And I want to bulid it in Windowshelp me for build this project
Thanks In Advance
-
@Ketan__Patel__0011 Use the pro file (QModbus.pro) to build that project. No need to do anything with makefiles manually.
It is even documented how to build, so please read first: https://github.com/cm0x4D/QModbus/blob/master/readme.md -
@Ketan__Patel__0011 Simply specify full path to your qmake.exe...
-
@Ketan__Patel__0011 Since you're using MSVC as compiler you should do all this in the MSVC command prompt (you can find it in start menu) and also use nmake instead of make with MSVC.
-
@Ketan__Patel__0011 Is this inside the MSVC command prompt?
-
@Ketan__Patel__0011 I'm not using MSVC, but I think there is Qt command prompt for MSVC, try that one.