Am 05.10.2017 um 13:40 schrieb Pavel Sanda <sa...@lyx.org>: > > Stephan Witt wrote: >> commit f93ec4a1f41b70a4607ff355e19f4721f9338028 >> Author: Stephan Witt <sw...@lyx.org> >> Date: Sat Sep 30 18:13:21 2017 +0200 >> >> Add Qt-based fallback-converter for Mac to compensate missing ImageMagick >> convert utility >> --- >> Makefile.am | 2 +- >> configure.ac | 1 + >> development/LyX-Mac-binary-release.sh | 4 +- >> lib/scripts/convertDefault.py | 16 +++- >> src/Makefile.am | 2 +- >> src/convert/Makefile.am | 32 +++++++ >> src/convert/lyxconvert.cpp | 145 >> +++++++++++++++++++++++++++++++++ >> 7 files changed, 195 insertions(+), 7 deletions(-) >> >> --- /dev/null >> +++ b/src/convert/lyxconvert.cpp >> @@ -0,0 +1,145 @@ >> +/* >> +set cflags=`env PKG_CONFIG_PATH=/usr/local/qt5/lib/pkgconfig pkg-config >> --cflags Qt5Widgets` >> +set libs=`env PKG_CONFIG_PATH=/usr/local/qt5/lib/pkgconfig pkg-config >> --libs --static Qt5Widgets` >> +g++ -std=gnu++11 $cflags lyxconvert.cpp -o lyxconvert $libs >> +*/ > > Would you mind to put here couple lines wit description and syntax? Thanks, > Pavel
I’ve changed it to match the style of all other c++ sources. Did you have more in mind? If you did, please give me a hint what doxygen keywords I should use… thanks. Stephan