mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 12:04:31 +00:00
9 lines
233 B
Batchfile
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.
|