summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-)
-