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

Build system cleanups.

svn path=/trunk/kdesupport/qca/; revision=361150
This commit is contained in:
Brad Hards 2004-11-07 11:21:26 +00:00
parent 7ad3f509ea
commit 077224671c
3 changed files with 0 additions and 11 deletions

@ -1,5 +0,0 @@
# qconf
QT_PATH_PLUGINS = /usr/lib/qt-3.3/plugins
DEFINES += OSSL_097
LIBS += -lssl -lcrypto

@ -1,5 +0,0 @@
target.path=$$QT_PATH_PLUGINS/crypto
INSTALLS += target
INSTALL_ROOT =

@ -12,7 +12,6 @@ DEFINES += QCA_PLUGIN
INCLUDEPATH += ../src
SOURCES = qca-openssl.cpp
LIBS += -L .. -lqca -lcrypto
include(conf.pri)
include(extra.pri)