WindowsBuildOfficial.bat 342 B

123456789
  1. REM If you're an OSS user and want to run this batch file, edit to change the path to Qt.
  2. REM Start Visual Studio command prompt and run this from within the ZeroTierUI subfolder.
  3. CD ..
  4. MKDIR build-ZeroTierUI-win32-release
  5. CD build-ZeroTierUI-win32-release
  6. C:\Qt\5.2.1\Src\qtbase\bin\qmake.exe ..\ZeroTierUI\ZeroTierUI.pro
  7. nmake clean
  8. nmake