diff options
Diffstat (limited to 'accounts/maildir/CMakeLists.txt')
-rw-r--r-- | accounts/maildir/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/maildir/CMakeLists.txt b/accounts/maildir/CMakeLists.txt index e50d4179..c8bf37c9 100644 --- a/accounts/maildir/CMakeLists.txt +++ b/accounts/maildir/CMakeLists.txt | |||
@@ -31,6 +31,7 @@ include_directories(../../framework/) | |||
31 | set(SRCS | 31 | set(SRCS |
32 | maildirsettings.cpp | 32 | maildirsettings.cpp |
33 | maildiraccountplugin.cpp | 33 | maildiraccountplugin.cpp |
34 | maildircontroller.cpp | ||
34 | ) | 35 | ) |
35 | 36 | ||
36 | add_library(maildiraccountplugin SHARED ${SRCS}) | 37 | add_library(maildiraccountplugin SHARED ${SRCS}) |