mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
9d291aa6f6
changed gxs id icon for linked with profile.
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
|
|
|