LabCompass icon indicating copy to clipboard operation
LabCompass copied to clipboard

any1 can help how to build this on qt

Open kevindevm opened this issue 6 years ago • 1 comments

i fresh installed qt but i need more info on what do i need to install to compile like kits? dont know

kevindevm avatar Apr 06 '19 05:04 kevindevm

I'm on windows 7. I used command line to compile LabCompass executable. For me worked installing qt and mingw from tools. Then adding qt folders to Path variable. (Mind you 'make' is in \Tools\mingw530_32\bin folder so I had to add this folder to Path separately) And as stated in tutorial qmake.exe mingw32-make.exe LabCompass.exe will be in <compile Output folder>\app\ directory

Then I just copy compiled LabCompass.exe to folder with downloaded LabCompass-1.4.2-standalone and replace previous one.

I'm not advance enough to know how and why to compile/add other things like dll and stuff that compiled LabCompass.exe needs.

I hope this clunky tutorial will help you.

Arkahr avatar Apr 12 '19 18:04 Arkahr