summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/jp2/jp2.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageformats/jp2/jp2.pro')
-rw-r--r--src/plugins/imageformats/jp2/jp2.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/imageformats/jp2/jp2.pro b/src/plugins/imageformats/jp2/jp2.pro
index 864ec26..89b9c55 100644
--- a/src/plugins/imageformats/jp2/jp2.pro
+++ b/src/plugins/imageformats/jp2/jp2.pro
@@ -1,9 +1,9 @@
TARGET = qjp2
-PLUGIN_TYPE = imageformats
-PLUGIN_CLASS_NAME = QJp2Plugin
-load(qt_plugin)
-
include(qjp2handler.pri)
SOURCES += main.cpp
OTHER_FILES += jp2.json
+
+PLUGIN_TYPE = imageformats
+PLUGIN_CLASS_NAME = QJp2Plugin
+load(qt_plugin)