mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-20 05:28:01 +00:00
10 lines
342 B
Batchfile
10 lines
342 B
Batchfile
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
|