summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/jp2/jp2.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-12 16:10:34 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-02-25 16:51:22 +0000
commitbf5b49878d75d316f31225f76152e8381a3d5f0f (patch)
tree0add49b280b8bdc4ab1672b76f48b82009fbf9f5 /src/plugins/imageformats/jp2/jp2.pro
parenteaeeacd1d0efdf1e65c1742240b2a8d5219d5b94 (diff)
consistently put {qt,qml}_{module,plugin} at the end of project files
this fixes static builds by ensuring that all dependencies are exported. Task-number: QTBUG-51071 Change-Id: I1970c3588d4ef3140adb655c01291e585b4f25b3 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
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)