From ef166be73e01c28ea5d918ce05d98ff2407ebb45 Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Sun, 28 Feb 2010 18:35:23 +0100 Subject: [PATCH] update xca.pro --- xca.pro | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xca.pro b/xca.pro index 454568a4..a6b7e49b 100644 --- a/xca.pro +++ b/xca.pro @@ -17,6 +17,7 @@ macx { } LIBS += -lcrypto -lltdl +CFLAGS := --no-warn-unused # Input HEADERS += local.h \ @@ -71,7 +72,8 @@ HEADERS += local.h \ widgets/v3ext.h \ widgets/validity.h \ widgets/NewKey.h \ - widgets/XcaTreeView.h + widgets/XcaTreeView.h \ + widgets/kvView.h FORMS += ui/About.ui \ ui/CaProperties.ui \ ui/CertDetail.ui \ @@ -148,5 +150,6 @@ SOURCES += lib/asn1int.cpp \ widgets/v3ext.cpp \ widgets/validity.cpp \ widgets/XcaTreeView.cpp \ - widgets/MW_menu.cpp + widgets/MW_menu.cpp \ + widgets/kvView.cpp TRANSLATIONS += lang/xca_de.ts lang/xca_es.ts