2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

* tools/qt.jam (directory): New rule.

Patch from Jurgen Hunold.


[SVN r25874]
This commit is contained in:
Vladimir Prus
2004-10-26 14:28:47 +00:00
parent fc6219c275
commit a12633e324

View File

@@ -109,6 +109,15 @@ rule init ( prefix ? )
}
}
# Query the installation directory
# This is needed in at least two scenarios
# First, when re-using sources from the Qt-Tree.
# Second, to "install" custom Qt plugins to the Qt-Tree.
rule directory
{
return $(.prefix) ;
}
# -f forces moc to include the processed source file.
# Without it, it would think that .qpp is not a header and would not
# include it from the generated file.