]> rtime.felk.cvut.cz Git - omk/sssa.git/blobdiff - doc/omk-manual.texinfo
Fixed QT compilation from subdirectory and documented QT_SUBDIRS variable
[omk/sssa.git] / doc / omk-manual.texinfo
index c97770063ca4ca7558e163ce357cd0d8fed6091c..9a5b094d98aca2c376b9375528a58614430223f6 100644 (file)
@@ -891,6 +891,14 @@ sugest, but also for other Unices and even for Windows.
   used. If not specified manually, it equals to BUILD_OS. 
 @end defvar
 
+@defvar QT_SUBDIRS
+  Lists subdirectories with QT project (.pro) file. OMK will generate
+  there @file{Makefile} by calling @command{qmake} with correct
+  parameters to interface QT application to the rest of the compilation
+  tree.  Then @command{make} is called there to compile QT
+  application. Variable @samp{QTDIR} must be set to the directory with
+  QT instalation (e.g. /usr/share/qt4 on Debian).
+@end defvar
 
 
 @node System-Less, RTEMS, Linux, Properties of Specific Makefile.rules