We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00380c3 commit 3222f30Copy full SHA for 3222f30
QXlsx/CMakeLists.txt
@@ -193,7 +193,7 @@ install(TARGETS QXlsx
193
EXPORT ${EXPORT_NAME}Targets DESTINATION ${CMAKE_INSTALL_LIBDIR}
194
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT runtime
195
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT devel
196
- PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/QXlsx COMPONENT devel
+ PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/QXlsxQt${QT_VERSION_MAJOR} COMPONENT devel
197
)
198
199
install(EXPORT ${EXPORT_NAME}Targets
0 commit comments