4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-10 17:59:33 +00:00

Dropped useless script

This commit is contained in:
Ivan Romanov 2014-01-03 19:02:50 +06:00
parent 8098fc925f
commit 6dd10a4e91

12
prepare

@ -1,12 +0,0 @@
#!/bin/sh
if [ ! -f qca.pro ] || [ -d .svn ]; then
echo This script should only be run within an exported qca tree.
exit 1
fi
# remove cmake files
rm -rf cmake
rm crypto.prf.cmake
rm qca2.pc.cmake
find . -name CMakeLists.txt -exec rm {} \;