mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
16 lines
256 B
Batchfile
16 lines
256 B
Batchfile
set QTDIR=C:\Qt\5.5.0\5.5\mingw492_32
|
|
set MINGW=C:\Qt\Tools\mingw492_32
|
|
|
|
set GIT=C:\Program Files\Git
|
|
|
|
set PATH=%QTDIR%\bin;%MINGW%\bin;%GIT%\bin;%PATH%
|
|
|
|
|
|
qmake retroshare-gui.pro "CONFIG+=version_detail_bash_script"
|
|
|
|
|
|
mingw32-make
|
|
|
|
pause
|
|
|