ports/net-im/libaccounts-qt/files/patch-doc_doc.pri
Jason E. Hale 7e24a279de net-im/libaccounts-qt: Update to 1.17
Switch back to main repo.

Fix generation of the Qt Help file and make docs co-installable for
both flavors.

Pet portclippy(1) and portlint(1).
2024-06-23 09:46:22 -04:00

11 lines
573 B
Text

--- doc/doc.pri.orig 2024-03-31 17:32:44 UTC
+++ doc/doc.pri
@@ -59,7 +59,7 @@ include( ../common-installs-config.pri )
#-----------------------------------------------------------------------------
# Installation target setup for documentation
#-----------------------------------------------------------------------------
-documentation.path = $${INSTALL_PREFIX}/share/doc/$${PROJECT_NAME}
+documentation.path = $${INSTALL_PREFIX}/share/doc/$${PROJECT_NAME}$${QT_MAJOR_VERSION}
for( folder, DOC_FOLDERS ) {
documentation.files += $${TOP_BUILD_DIR}/$${folder}
}