# TiffIO.pro : Compile the debug plugin version of TiffIO. # # $Id: TiffIO_DBG.pro,v 1.5 2006/03/21 09:56:49 gascuel Exp $ # CONFIG += plugin dynlib debug CONFIG -= release TEMPLATE= lib TARGET = TiffIO !include( rules.pri ) : error( Unable to find rules.pri ) !include( TiffIO.pri ) : error( Unable to find TiffIO.pri ) # NOTE: Install features have been removed from Qt 4.0 (and 4.1) doc, # *but* they are still working... # linux { target.path = $$(RPM_BUILD_ROOT)$$(QTDIR)/plugins/imageformats/ INSTALLS += target } macx { target.path = $$(QTDIR)/plugins/imageformats/ INSTALLS += target } # No install: directly compile at destination. Meaning all Qt app # should be exited before linking can write the dll. win32: DESTDIR = $$(QTDIR)/plugins/imageformats/