I’m running Doxygen on OS X, and am interested in updating the Qt build so that the various GUI tools (which are super handy) render correctly on "retina" devices on OS X. This should be pretty straightforward -- it's just a tweak to the `.plist` file. I can probably do it in a weekend. Before I jump in, though, I wanted to make sure I was heading the right direction, so a few questions:
1. At present, it looks like you’re using the unmodified Qt settings to generate all the OS X files -- i.e. you are *not* supplying them via the `QMAKE_INFO_PLIST` build variable. Is that correct? 2. It appears all the relevant source for the GUI tools are in the `addon` directory -- is that correct? 3. Building the Qt components failed with clang on OS X. I have standard GCC as well, so this isn’t a problem for me but I wanted to check that you knew this to be the case and see if you’re interested in getting clang build support. Finally, I assume I should just send a pull request on GitHub with the changes when I’m done? Regards, Chris Krycho ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Doxygen-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/doxygen-develop
