summaryrefslogtreecommitdiffstats
path: root/libtdenetwork/gpgmepp/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libtdenetwork/gpgmepp/CMakeLists.txt')
-rw-r--r--libtdenetwork/gpgmepp/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtdenetwork/gpgmepp/CMakeLists.txt b/libtdenetwork/gpgmepp/CMakeLists.txt
index 93bc16e5..844f34d2 100644
--- a/libtdenetwork/gpgmepp/CMakeLists.txt
+++ b/libtdenetwork/gpgmepp/CMakeLists.txt
@@ -30,7 +30,7 @@ link_directories(
##### headers ###################################
install( FILES
- context.h key.h trustitem.h eventloopinteractor.h
+ context.h key.h eventloopinteractor.h
data.h gpgmefw.h result.h keylistresult.h
keygenerationresult.h importresult.h decryptionresult.h
verificationresult.h signingresult.h encryptionresult.h
@@ -42,13 +42,13 @@ install( FILES
tde_add_library( gpgme++ SHARED
SOURCES
- context.cpp key.cpp trustitem.cpp data.cpp
+ context.cpp key.cpp data.cpp
callbacks.cpp eventloopinteractor.cpp
keylistresult.cpp keygenerationresult.cpp
importresult.cpp decryptionresult.cpp
verificationresult.cpp signingresult.cpp
encryptionresult.cpp engineinfo.cpp
- VERSION 0.4.0
+ VERSION 5.0.0
LINK ${TQT_LIBRARIES} ${GPGME_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}
)