summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/jp2/qjp2handler.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageformats/jp2/qjp2handler.pri')
-rw-r--r--src/plugins/imageformats/jp2/qjp2handler.pri10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/plugins/imageformats/jp2/qjp2handler.pri b/src/plugins/imageformats/jp2/qjp2handler.pri
new file mode 100644
index 0000000..539daaa
--- /dev/null
+++ b/src/plugins/imageformats/jp2/qjp2handler.pri
@@ -0,0 +1,10 @@
+# common to plugin and built-in forms
+INCLUDEPATH *= $$PWD
+HEADERS += $$PWD/qjp2handler_p.h
+SOURCES += $$PWD/qjp2handler.cpp
+config_jasper {
+ msvc: LIBS += libjasper.lib
+ else: LIBS += -ljasper
+} else {
+ include($$PWD/../../../3rdparty/jasper.pri)
+}