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

Sync QT support with recent changes.

[SVN r17072]
This commit is contained in:
Vladimir Prus
2003-01-29 06:09:15 +00:00
parent b7ac8d527c
commit 505d497041

2
qt.jam
View File

@@ -67,7 +67,7 @@ rule init ( prefix ? )
#generators.register-standard qt.uic-cpp : UI UIC_H : CPP : <uses>qt ;
}
rule qt.add-properties ( property )
rule qt.add-properties ( property : properties * )
{
return <include>$(.prefix)/include <dll-path>$(.prefix)/lib <library-path>$(.prefix)/lib <find-shared-library>qt-mt ;
}