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, 0 insertions, 10 deletions
diff --git a/src/plugins/imageformats/jp2/qjp2handler.pri b/src/plugins/imageformats/jp2/qjp2handler.pri
deleted file mode 100644
index 539daaa..0000000
--- a/src/plugins/imageformats/jp2/qjp2handler.pri
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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)
-}