aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qbs.qdoc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-05-09 00:49:08 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-05-28 15:46:43 +0000
commitc9d511989698159acff1432186bafd82bdb6bacc (patch)
tree6fbe8ca0145509295a2013399e4ae6302d2fecb1 /doc/qbs.qdoc
parent2a13a5ec3843ef06a1a41f7220d50b7b63883abb (diff)
Add support for tracking class, h files produced by Java inner classes.
This also resolves the "perfect parsing" issue and so determining output file paths for Java class files won't be fooled by comments, etc. Feel free to use NULLs, unpaired surrogates, emoji, etc! Task-number: QBS-228 Change-Id: I3576a9a8e51a717ab8159db35f1a01e3ad91df88 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'doc/qbs.qdoc')
-rw-r--r--doc/qbs.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 460833ec6..4f88b8e5c 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -149,6 +149,7 @@
\table
\header \li Option \li Notes
+ \row \li qbs_enable_java \li Enable support for compiling Java source code.
\row \li qbs_enable_unit_tests \li Enable additional autotests.
\row \li qbs_disable_rpath \li Disable the use of rpath. This can be used when packaging
\QBS for distributions which do not permit the use of rpath,