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

include(qtiffhandler.pri)
SOURCES += main.cpp
OTHER_FILES += tiff.json

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