From 04f2db3fb285ad405642e8ac2ed82214cb3b7ff9 Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Fri, 29 Jul 2011 07:07:32 +0200 Subject: [PATCH] update xca.pro --- xca.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xca.pro b/xca.pro index 24aed3d1..6ae41a2b 100644 --- a/xca.pro +++ b/xca.pro @@ -78,6 +78,7 @@ HEADERS += local.h \ widgets/PwDialog.h \ widgets/v3ext.h \ widgets/validity.h \ + widgets/SearchPkcs11.h \ widgets/XcaTreeView.h FORMS += ui/About.ui \ @@ -99,6 +100,7 @@ FORMS += ui/About.ui \ ui/Revoke.ui \ ui/SelectToken.ui \ ui/TrustState.ui \ + ui/SearchPkcs11.ui \ ui/v3ext.ui \ SOURCES += lib/asn1int.cpp \ @@ -160,6 +162,7 @@ SOURCES += lib/asn1int.cpp \ widgets/PwDialog.cpp \ widgets/v3ext.cpp \ widgets/validity.cpp \ + widgets/SearchPkcs11.cpp \ widgets/XcaTreeView.cpp TRANSLATIONS += lang/xca_de.ts lang/xca_es.ts lang/xca_ru.ts lang/xca.ts lang/xca_tr.ts lang/xca_fr.ts