From 626351c5da8362e935da8f521b240c1a5fb57cdc Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Thu, 3 Oct 2013 16:26:01 +0200 Subject: [PATCH] Add several private header files to CMakeLists.txt. --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3bb4da99d..b51013efa 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -43,6 +43,7 @@ set(keepassx_SOURCES core/Metadata.cpp core/PasswordGenerator.cpp core/qsavefile.cpp + core/qsavefile_p.h core/SignalMultiplexer.cpp core/TimeDelta.cpp core/TimeInfo.cpp @@ -93,6 +94,7 @@ set(keepassx_SOURCES gui/WelcomeWidget.cpp gui/entry/AutoTypeAssociationsModel.cpp gui/entry/EditEntryWidget.cpp + gui/entry/EditEntryWidget_p.h gui/entry/EntryAttachmentsModel.cpp gui/entry/EntryAttributesModel.cpp gui/entry/EntryHistoryModel.cpp @@ -102,6 +104,7 @@ set(keepassx_SOURCES gui/group/GroupModel.cpp gui/group/GroupView.cpp keys/CompositeKey.cpp + keys/CompositeKey_p.h keys/FileKey.cpp keys/Key.h keys/PasswordKey.cpp