summaryrefslogtreecommitdiff
path: root/tests/auto/tiff/tiff.pro
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-01-31 07:01:22 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-01 13:31:19 +0100
commitf68a3dc48d8fb8c04fe49dd9e5d07d7cdd221ad1 (patch)
tree137aa3af58a368da64717d2f03cadfb9e959a2d6 /tests/auto/tiff/tiff.pro
parent261721488876e5661904b880782b0254d00c25ac (diff)
downloadqtimageformats-f68a3dc48d8fb8c04fe49dd9e5d07d7cdd221ad1.tar.gz
Add TIFF plugin
Moved out from qtbase. Task-number: QTBUG-23887 Change-Id: I57d30173e6624d41dba1610084a7ed949ae84d1d Reviewed-by: aavit <qt_aavit@ovi.com> Sanity-Review: Kent Hansen <kent.hansen@nokia.com>
Diffstat (limited to 'tests/auto/tiff/tiff.pro')
-rw-r--r--tests/auto/tiff/tiff.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/tiff/tiff.pro b/tests/auto/tiff/tiff.pro
new file mode 100644
index 0000000..739a5e0
--- /dev/null
+++ b/tests/auto/tiff/tiff.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+TARGET = tst_qtiff
+DEPENDPATH += .
+INCLUDEPATH += .
+
+QT = core gui testlib
+CONFIG -= app_bundle
+CONFIG += testcase
+
+SOURCES += tst_qtiff.cpp
+RESOURCES += $$PWD/../../shared/images/tiff.qrc