Changeset View
Changeset View
Standalone View
Standalone View
src/CMakeLists.txt
| Show All 15 Lines | PRIVATE | ||||
| passwordconfiguration.h | passwordconfiguration.h | ||||
| passworddialog.h | passworddialog.h | ||||
| qpushbuttonfactory.h | qpushbuttonfactory.h | ||||
| settings.h | settings.h | ||||
| storemodel.h | storemodel.h | ||||
| userinfo.h | userinfo.h | ||||
| usersdialog.h | usersdialog.h | ||||
| util.h | util.h | ||||
| welcomewidget.h | |||||
| clipboardhelper.cpp | clipboardhelper.cpp | ||||
| configdialog.cpp | configdialog.cpp | ||||
| filecontent.cpp | filecontent.cpp | ||||
| firsttimedialog.cpp | firsttimedialog.cpp | ||||
| mainwindow.cpp | mainwindow.cpp | ||||
| pass.cpp | pass.cpp | ||||
| passworddialog.cpp | passworddialog.cpp | ||||
| settings.cpp | settings.cpp | ||||
| storemodel.cpp | storemodel.cpp | ||||
| usersdialog.cpp | usersdialog.cpp | ||||
| util.cpp | util.cpp | ||||
| welcomewidget.cpp | |||||
| ../resources.qrc | ../resources.qrc | ||||
| ) | ) | ||||
| ki18n_wrap_ui(gpgpass_internal | ki18n_wrap_ui(gpgpass_internal | ||||
| mainwindow.ui | mainwindow.ui | ||||
| configdialog.ui | configdialog.ui | ||||
| usersdialog.ui | usersdialog.ui | ||||
| passworddialog.ui | passworddialog.ui | ||||
| userswidget.ui | userswidget.ui | ||||
| welcomewidget.ui | |||||
| ) | ) | ||||
| target_link_libraries(gpgpass_internal Qt6::Widgets KF6::Prison KF6::IconThemes KF6::I18n KF6::WidgetsAddons | target_link_libraries(gpgpass_internal Qt6::Widgets KF6::Prison KF6::IconThemes KF6::I18n KF6::WidgetsAddons | ||||
| QGpgmeQt6) | QGpgmeQt6) | ||||