summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/tiff/tiff.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageformats/tiff/tiff.pro')
-rw-r--r--src/plugins/imageformats/tiff/tiff.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/imageformats/tiff/tiff.pro b/src/plugins/imageformats/tiff/tiff.pro
new file mode 100644
index 0000000..d24745e
--- /dev/null
+++ b/src/plugins/imageformats/tiff/tiff.pro
@@ -0,0 +1,11 @@
+TARGET = qtiff
+load(qt_plugin)
+
+# QTDIR_build:REQUIRES = "!contains(QT_CONFIG, no-tiff)"
+
+include(qtiffhandler.pri)
+SOURCES += main.cpp
+
+DESTDIR = $$QT.gui.plugins/imageformats
+target.path += $$[QT_INSTALL_PLUGINS]/imageformats
+INSTALLS += target