diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-08 22:39:48 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-08 22:39:48 +0100 |
commit | 9e95a2d876e131578abf834e170d1e887f29e232 (patch) | |
tree | b6b1ae037e10fcd374e1035f42b38604f5230a62 /examples/maildirresource/libmaildir/CMakeLists.txt | |
parent | b5a8065b071c5ecc631a60be0d8e3d8414ce274f (diff) | |
download | sink-9e95a2d876e131578abf834e170d1e887f29e232.tar.gz sink-9e95a2d876e131578abf834e170d1e887f29e232.zip |
Don't install libmaildir as separate library
It's not a generic maildir implementation and the library conflicts
with what's installed from kdepim-runtime.
Diffstat (limited to 'examples/maildirresource/libmaildir/CMakeLists.txt')
-rw-r--r-- | examples/maildirresource/libmaildir/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/maildirresource/libmaildir/CMakeLists.txt b/examples/maildirresource/libmaildir/CMakeLists.txt deleted file mode 100644 index e7803f5..0000000 --- a/examples/maildirresource/libmaildir/CMakeLists.txt +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | # add_subdirectory( tests ) | ||
2 | |||
3 | set(maildir_LIB_SRCS keycache.cpp maildir.cpp) | ||
4 | |||
5 | add_library(maildir ${LIBRARY_TYPE} ${maildir_LIB_SRCS}) | ||
6 | qt5_use_modules(maildir Core Network) | ||
7 | # set_target_properties(maildir PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} ) | ||
8 | install(TARGETS maildir ${INSTALL_TARGETS_DEFAULT_ARGS}) | ||