Question: How do I compile a .bat file using QtCreator?
More info: specifically, I am trying to install Windows Image Writer and the download only includes source files. The README.txt tells me to use QtCreator (I have just installed this for this purpose alone) to compile the file compile.bat and I have no clue on how to do this.
Can anybody help me?
The readme text on this link (Version 0.5) lists the following requirements:
=> You don’t need Qt Creator (which is included in the SDK), you just need the Qt libraries (which are included in the SDK as well).
According to point 2, you just have to execute the compile.bat (from the command line or by clicking/double-clicking it)