]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/qt3.jam
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / tools / build / src / tools / qt3.jam
index f82cf0ac3393268e7ddb8cf331372107c7cb73de..945ba99b561689c1a2d593e0d4144032e481f0c7 100644 (file)
@@ -65,7 +65,7 @@ rule init ( prefix ? )
         # The following generator is used to convert UI files to CPP. It creates
         # UIC_H from UI, and constructs CPP from UI/UIC_H. In addition, it also
         # returns UIC_H target, so that it can be mocced.
-        class qt::uic-cpp-generator : generator
+        class "qt::uic-cpp-generator" : generator
         {
             rule __init__ ( )
             {
@@ -107,7 +107,7 @@ rule init ( prefix ? )
             }               
         }
     
-        generators.register [ new qt::uic-cpp-generator ] ;
+        generators.register [ new "qt::uic-cpp-generator" ] ;
         
         # Finally, declare prebuilt target for QT library.
         local usage-requirements =