xca/widgets/Makefile
Christian Hohnstaedt 4f706fb3de Move Help window into separate class
Start it on application start and keep it around
for context sensitive help.
2021-04-09 17:36:03 +02:00

19 lines
596 B
Makefile

ifeq ($(TOPDIR),)
TOPDIR=..
BUILD=..
endif
MOC_NAMES=MainWindow KeyDetail clicklabel XcaTreeView NewX509 \
validity v3ext distname CertDetail CertExtend PwDialog \
ImportMulti CrlDetail ExportDialog hashBox Options NewKey kvView \
NewCrl SearchPkcs11 RevocationList XcaProxyModel XcaHeaderView \
KeyTreeView TempTreeView ReqTreeView X509SuperTreeView CertTreeView \
OidResolver OpenDb XcaWarning CrlTreeView XcaApplication Help
NAMES=$(MOC_NAMES) NewX509_ext MW_menu MW_help
OBJS=$(patsubst %,moc_%.o,$(MOC_NAMES)) $(patsubst %,%.o,$(NAMES))
include $(TOPDIR)/Rules.mak
sinclude .depend