mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
The ImportMulti dialog does not show up if there is only one item to display, but the item is displayed directly. The displayed items have a new "Import" button to import directly from the viewed item. If XCA is called with certs, crls, keys etc. from the commandline XCA only displays and optionally imports the item if a default database is given. Afterwards XCA exits.
34 lines
1.3 KiB
CMake
34 lines
1.3 KiB
CMake
list(APPEND xca_sources
|
|
CertDetail.cpp NewCrl.cpp XcaApplication.h
|
|
CertDetail.h NewCrl.h XcaDialog.cpp
|
|
CertExtend.cpp NewKey.cpp XcaDialog.h
|
|
CertExtend.h NewKey.h XcaHeaderView.cpp
|
|
CertTreeView.cpp NewX509.cpp XcaHeaderView.h
|
|
CertTreeView.h NewX509.h
|
|
CrlDetail.cpp NewX509_ext.cpp XcaProxyModel.cpp
|
|
CrlDetail.h OidResolver.cpp XcaProxyModel.h
|
|
CrlTreeView.cpp OidResolver.h XcaTreeView.cpp
|
|
CrlTreeView.h OpenDb.cpp XcaTreeView.h
|
|
ExportDialog.cpp OpenDb.h XcaWarning.cpp
|
|
ExportDialog.h Options.cpp XcaWarning.h
|
|
FocusCombo.h Options.h clicklabel.cpp
|
|
Help.cpp PwDialog.cpp clicklabel.h
|
|
Help.h PwDialog.h
|
|
ImportMulti.cpp ReqTreeView.cpp
|
|
ImportMulti.h ReqTreeView.h distname.cpp
|
|
ItemCombo.h RevocationList.cpp distname.h
|
|
KeyDetail.cpp RevocationList.h hashBox.cpp
|
|
KeyDetail.h SearchPkcs11.cpp hashBox.h
|
|
KeyTreeView.cpp SearchPkcs11.h kvView.cpp
|
|
KeyTreeView.h TempTreeView.cpp kvView.h
|
|
MW_help.cpp TempTreeView.h v3ext.cpp
|
|
MW_menu.cpp X509SuperTreeView.cpp v3ext.h
|
|
MainWindow.cpp X509SuperTreeView.h validity.cpp
|
|
MainWindow.h XcaApplication.cpp validity.h
|
|
pkcs12EncBox.h XcaDetail.h
|
|
pkcs12EncBox.cpp XcaDetail.cpp
|
|
)
|
|
|
|
list(TRANSFORM xca_sources PREPEND ${PROJECT_SOURCE_DIR}/widgets/)
|
|
target_sources(${CMAKE_PROJECT_NAME} PRIVATE ${xca_sources})
|