mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 20:14:32 +00:00
10 lines
291 B
Batchfile
10 lines
291 B
Batchfile
@echo off
|
|
REM install qmake feature file pointing to the current directory
|
|
|
|
echo QCA_INCDIR = %CD%\include > crypto.prf
|
|
echo QCA_LIBDIR = %CD%\lib >> crypto.prf
|
|
type crypto.prf.in >> crypto.prf
|
|
copy crypto.prf %QTDIR%\mkspecs\features
|
|
|
|
echo Installed crypto.prf as a qmake feature.
|