From ba19380e8ca7defe3fb0fc7a2e024c8cb7b643a3 Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Sun, 11 Mar 2018 18:24:26 +0100 Subject: [PATCH] Update xca.pro file --- xca.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xca.pro b/xca.pro index 14e86183..cb7bcd54 100644 --- a/xca.pro +++ b/xca.pro @@ -73,6 +73,7 @@ HEADERS += lib/asn1int.h \ lib/x509v3ext.h \ lib/builtin_curves.h \ lib/entropy.h \ + lib/settings.h \ lib/sql.h \ widgets/CertDetail.h \ widgets/CertExtend.h \ @@ -169,6 +170,7 @@ SOURCES += lib/asn1int.cpp \ lib/x509v3ext.cpp \ lib/builtin_curves.cpp \ lib/entropy.cpp \ + lib/settings.cpp \ lib/version.cpp \ lib/sql.cpp \ widgets/CertDetail.cpp \