summaryrefslogtreecommitdiffstats
path: root/examples/maildirresource/libmaildir/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-08 22:39:48 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-08 22:39:48 +0100
commit9e95a2d876e131578abf834e170d1e887f29e232 (patch)
treeb6b1ae037e10fcd374e1035f42b38604f5230a62 /examples/maildirresource/libmaildir/CMakeLists.txt
parentb5a8065b071c5ecc631a60be0d8e3d8414ce274f (diff)
downloadsink-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.txt8
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
3set(maildir_LIB_SRCS keycache.cpp maildir.cpp)
4
5add_library(maildir ${LIBRARY_TYPE} ${maildir_LIB_SRCS})
6qt5_use_modules(maildir Core Network)
7# set_target_properties(maildir PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
8install(TARGETS maildir ${INSTALL_TARGETS_DEFAULT_ARGS})