diff options
author | Slávek Banko <[email protected]> | 2020-05-17 15:51:11 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-17 16:55:18 +0200 |
commit | 95b018a8a690ba645a58e82586ec0d963a3f6cfb (patch) | |
tree | a6a4c014ab141685b074915410a8381c21dbc0df | |
parent | da0049a4b9256f04ed5c853db42015b4876f1887 (diff) | |
download | tqca-tls-95b018a8a690ba645a58e82586ec0d963a3f6cfb.tar.gz tqca-tls-95b018a8a690ba645a58e82586ec0d963a3f6cfb.zip |
Rename the tqca-tls files in the original QMake project
to ensure the functionality of the former QMake build.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 1ff0eb82567859b91088351b03e6a986307c3383)
-rw-r--r-- | qca-tls.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qca-tls.pro b/qca-tls.pro index 2457746..74bd997 100644 --- a/qca-tls.pro +++ b/qca-tls.pro @@ -10,8 +10,8 @@ TARGET = tqca-tls } HEADERS += ($$Q_PREFIX)qcaprovider.h -HEADERS = qca-tls.h -SOURCES = qca-tls.cpp +HEADERS = tqca-tls.h +SOURCES = tqca-tls.cpp DEFINES += TQCA_PLUGIN win32:{ |