summaryrefslogtreecommitdiffstats
path: root/qca-tls.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qca-tls.pro')
-rw-r--r--qca-tls.pro26
1 files changed, 0 insertions, 26 deletions
diff --git a/qca-tls.pro b/qca-tls.pro
deleted file mode 100644
index 74bd997..0000000
--- a/qca-tls.pro
+++ /dev/null
@@ -1,26 +0,0 @@
-# tqca-tls qmake profile
-
-TEMPLATE = lib
-CONFIG += qt thread release plugin
-TARGET = tqca-tls
-
-!exists(qcaprovider.h) {
- Q_PREFIX = ../../src
- INCLUDEPATH += $$Q_PREFIX
-}
-HEADERS += ($$Q_PREFIX)qcaprovider.h
-
-HEADERS = tqca-tls.h
-SOURCES = tqca-tls.cpp
-
-DEFINES += TQCA_PLUGIN
-win32:{
- DEFINES += TQCA_PLUGIN_DLL OSSL_097
- INCLUDEPATH += c:\local\include
- LIBS += c:\local\lib\libeay32.lib c:\local\lib\ssleay32.lib
-}
-
-include(conf.pri)
-include(extra.pri)
-
-QMAKE_PROJECT_DEPTH=0