qca/installwin.bat

9 lines
233 B
Batchfile
Raw Normal View History

@echo off
REM install qmake feature file pointing to the current directory
echo QCA_PREFIX = %CD% > crypto.prf
type crypto.prf.in >> crypto.prf
copy crypto.prf %QTDIR%\mkspecs\features
echo Installed crypto.prf as a qmake feature.