From 3a822c24e25399cafac111c787b9217b5b197a06 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Fri, 29 Mar 2013 23:36:07 +0100 Subject: [PATCH] Add some more header files to CMakeLists.txt. This makes them show up in the Qt Creator project. --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 68cc685ad..2d7e364fe 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -20,11 +20,13 @@ configure_file(config-keepassx.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-keepas set(keepassx_SOURCES autotype/AutoType.cpp autotype/AutoTypeAction.cpp + autotype/AutoTypePlatformPlugin.h autotype/AutoTypeSelectDialog.cpp autotype/AutoTypeSelectView.cpp autotype/ShortcutWidget.cpp autotype/WildcardMatcher.cpp autotype/WindowSelectComboBox.cpp + autotype/test/AutoTypeTestInterface.h core/AutoTypeAssociations.cpp core/Config.cpp core/Database.cpp @@ -34,6 +36,7 @@ set(keepassx_SOURCES core/EntryAttachments.cpp core/EntryAttributes.cpp core/FilePath.cpp + core/Global.h core/Group.cpp core/ListDeleter.h core/Metadata.cpp