4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-09 01:09:34 +00:00

installation

svn path=/trunk/kdesupport/qca/; revision=251144
This commit is contained in:
Justin Karneges 2003-09-15 01:23:04 +00:00
parent 3178c92195
commit 5952e5967c
2 changed files with 7 additions and 0 deletions
plugins/qca-tls

@ -15,4 +15,5 @@ SOURCES = qca-tls.cpp
DEFINES += QCA_PLUGIN
include(conf.pri)
include(extra.pri)

6
plugins/qca-tls/qcextra Executable file

@ -0,0 +1,6 @@
#!/bin/sh
cat >extra.pri <<EOT
target.path=$QTDIR/plugins/crypto
INSTALLS += target
EOT