summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-06 15:43:00 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-06 15:43:00 +0100
commitd23cdd1e2ce3c26ea3f9722b24c92c826acd7c9c (patch)
tree09c57cc15bff85a4320e99a4ff82c618fb680ccc
parent67bba7e12f138f8fdfe314a6830d687fafe64f3f (diff)
downloadtqscintilla-d23cdd1e2ce3c26ea3f9722b24c92c826acd7c9c.tar.gz
tqscintilla-d23cdd1e2ce3c26ea3f9722b24c92c826acd7c9c.zip
cmake: Do not install private headers.
The headers installed in the private directory seem to be unnecessary when building other applications or libraries that use TQScintilla library. Therefore, there is no obvious reason to be installed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--qt/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/qt/CMakeLists.txt b/qt/CMakeLists.txt
index fb30034..865d3b1 100644
--- a/qt/CMakeLists.txt
+++ b/qt/CMakeLists.txt
@@ -78,11 +78,3 @@ install(
FILES ${_includes}
DESTINATION ${TQT_INCLUDES_DIR}
)
-
-file( GLOB _privates ${CMAKE_SOURCE_DIR}/include/*.h )
-
-install(
- FILES ${_privates}
- DESTINATION ${TQT_INCLUDES_DIR}/private
-)
-