JoeyJoeJoeJrShabadoo opened a new issue, #423:
URL: https://github.com/apache/logging-log4cxx/issues/423

   Hi everybody, first thanks a lot for your effort to maintain this terrific 
piece of software.
   
   There's one thing I'd love to have in addition: Would it be possible to add 
a feature to the vcpkg port that enables the Qt support 
(LOG4CXX_QT_SUPPORT=ON)? I tried myself, but failed. What I mean is, if using 
vcpkg in manifest mode, it should be possible to do this in the vcpkg.json:
   
   ```
   {
     "dependencies": [
       {
         "name": "log4cxx",
         "features": [ "qtsupport" ]
       } 
     ]
   }
   ```
   In my imagination, this would add LOG4CXX_QT_SUPPORT=ON to the build flags 
and do whatever else it needs to make things work automagically.
   
   Thanks for considering.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to