mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Disambiguate rcc calls in preparation for qt5 toolset
[SVN r81687]
This commit is contained in:
@@ -221,7 +221,7 @@ rule init ( prefix : full_bin ? : full_inc ? : full_lib ? : version ? : conditio
|
||||
qt4.moc.inc : MOCCABLE_H : OBJ : <allow>qt4 ] ;
|
||||
|
||||
# Generates .cpp files from .qrc files.
|
||||
generators.register-standard qt4.rcc : QRC : CPP(qrc_%) ;
|
||||
generators.register-standard qt4.rcc : QRC : CPP(qrc_%) : <allow>qt4 ;
|
||||
|
||||
# dependency scanner for wrapped files.
|
||||
type.set-scanner QRC : qrc-scanner ;
|
||||
|
||||
Reference in New Issue
Block a user