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

View File

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

6
plugins/qca-tls/qcextra Executable file
View File

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