mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-18 05:44:14 -05:00
14 lines
221 B
Batchfile
14 lines
221 B
Batchfile
set QTDIR=C:\Qt\4.8.6
|
|
set MINGW=C:\MinGW
|
|
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
|
|
|