From 7529118204c1e09da8e27fff35401234c2c36363 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 8 Oct 2018 16:46:58 +0200 Subject: Documentation: Mention qmake's OTHER_FILES in the porting guide Fixes: QBS-1388 Change-Id: I3d4dadcf9e16d839289960252a068e29058255cf Reviewed-by: Mitch Curtis Reviewed-by: Leena Miettinen --- doc/appendix/qbs-porting.qdoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/appendix/qbs-porting.qdoc b/doc/appendix/qbs-porting.qdoc index ffe935ad9..e17d7b0ac 100644 --- a/doc/appendix/qbs-porting.qdoc +++ b/doc/appendix/qbs-porting.qdoc @@ -144,15 +144,16 @@ } \endcode - \section2 HEADERS, SOURCES, FORMS, RESOURCES + \section2 HEADERS, SOURCES, FORMS, RESOURCES, OTHER_FILES - Include header, source, form, and resource files as values of - \l{Product::files}{Product.files} property: + Include header, source, form, and resource files as well as any + other files as values of a \l{Product::files}{Product.files} + or \l{Group::files}{Group.files} property: \code QtApplication { name: "myapp" - files: ["myapp.h", "myapp.cpp", "myapp.ui", "myapp.qrc"] + files: ["myapp.h", "myapp.cpp", "myapp.ui", "myapp.qrc", "readme.txt"] } \endcode -- cgit v1.2.3