You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
342 B
9 lines
342 B
REM If you're an OSS user and want to run this batch file, edit to change the path to Qt. |
|
REM Start Visual Studio command prompt and run this from within the ZeroTierUI subfolder. |
|
|
|
CD .. |
|
MKDIR build-ZeroTierUI-win32-release |
|
CD build-ZeroTierUI-win32-release |
|
C:\Qt\5.2.1\Src\qtbase\bin\qmake.exe ..\ZeroTierUI\ZeroTierUI.pro |
|
nmake clean |
|
nmake
|
|
|