qca/installwin.bat
Justin Karneges 7ce7aa7a07 more build fixes
svn path=/trunk/kdesupport/qca/; revision=648320
2007-03-31 00:17:43 +00:00

9 lines
233 B
Batchfile

@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.