diff options
| author | gregory guy <gregory-tde@laposte.net> | 2020-11-17 16:31:13 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-19 18:45:40 +0100 |
| commit | 6fdf132b37669369a22707de7ce2091c4c5576b9 (patch) | |
| tree | 55b4d176b0e25f08d06977158ab1e1da1382b9be /qca-tls.pro | |
| parent | 1fd0ee8538c386f61b91a48b40ab3b6290aaa3b1 (diff) | |
| download | tqca-tls-6fdf132b.tar.gz tqca-tls-6fdf132b.zip | |
Drop tqmake build support.
Add basic cmake build instructions.
Rework of the README file.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 17a1fd91159f59a36eddac7061afe6531143ff01)
Diffstat (limited to 'qca-tls.pro')
| -rw-r--r-- | qca-tls.pro | 26 |
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 |
