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>
(cherry picked from commit d23cdd1e2c)
r14.0.x
Slávek Banko 2 years ago
parent 69b6fb9316
commit 8d464c8f6c
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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
)

Loading…
Cancel
Save