summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mimetreeparser/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/mimetreeparser/CMakeLists.txt')
-rw-r--r--framework/src/domain/mimetreeparser/CMakeLists.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/framework/src/domain/mimetreeparser/CMakeLists.txt b/framework/src/domain/mimetreeparser/CMakeLists.txt
deleted file mode 100644
index 517fb7e5..00000000
--- a/framework/src/domain/mimetreeparser/CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
1include_directories(.)
2
3set(mimetreeparser_SRCS
4 interface.cpp
5 objecttreesource.cpp
6 stringhtmlwriter.cpp
7)
8
9add_library(mimetreeparser SHARED ${mimetreeparser_SRCS})
10
11qt5_use_modules(mimetreeparser Core Gui)
12target_link_libraries(mimetreeparser KF5::Mime kube_otp)
13
14install(TARGETS mimetreeparser DESTINATION ${LIB_INSTALL_DIR})
15
16add_subdirectory(tests)
17add_subdirectory(otp)