summaryrefslogtreecommitdiff
path: root/src/plugins/imageformats/mng
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-04-08 23:42:52 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2016-04-08 23:42:53 +0200
commitc3d188ffbbe0779a4bb62eef77b3eaa4670ea8d8 (patch)
tree05c872112283b21cbf6a1429407abb04ec88458b /src/plugins/imageformats/mng
parenteab19a6eb3894170fcf3a91609d952d4e0335bb0 (diff)
parent50e257de2642fc980d4e82fb99d455ca784f11bd (diff)
downloadqtimageformats-c3d188ffbbe0779a4bb62eef77b3eaa4670ea8d8.tar.gz
Merge remote-tracking branch 'origin/5.7' into dev
Change-Id: Idf9bbf8661a1589ff27e58322117d56363ec3e4a
Diffstat (limited to 'src/plugins/imageformats/mng')
-rw-r--r--src/plugins/imageformats/mng/mng.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/imageformats/mng/mng.pro b/src/plugins/imageformats/mng/mng.pro
index f4e79af..cd233c8 100644
--- a/src/plugins/imageformats/mng/mng.pro
+++ b/src/plugins/imageformats/mng/mng.pro
@@ -1,9 +1,9 @@
TARGET = qmng
-PLUGIN_TYPE = imageformats
-PLUGIN_CLASS_NAME = QMngPlugin
-load(qt_plugin)
-
include(qmnghandler.pri)
SOURCES += main.cpp
OTHER_FILES += mng.json
+
+PLUGIN_TYPE = imageformats
+PLUGIN_CLASS_NAME = QMngPlugin
+load(qt_plugin)