Hello,

how can I build image format plugin for tiff images with JPEG support? Is there any switch that I can use with qmake?

I achieved that with adding `LIBS += -ljpeg`, `DEFINES += JPEG_SUPPORT ` and `tif_jpeg.c` to libtiff.pri file but it have to be easier solution