summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/tiff/tiff.pro
blob: 4ad065420a692bc188f3f8c7b0c1e441808cde7c (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET  = qtiff
load(qt_plugin)

QTDIR_build:REQUIRES = "!contains(QT_CONFIG, no-tiff)"

include(../../../gui/image/qtiffhandler.pri)
SOURCES += main.cpp

DESTDIR = $$QT.gui.plugins/imageformats
target.path += $$[QT_INSTALL_PLUGINS]/imageformats
INSTALLS += target