summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/tga/tga.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageformats/tga/tga.pro')
-rw-r--r--src/plugins/imageformats/tga/tga.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/imageformats/tga/tga.pro b/src/plugins/imageformats/tga/tga.pro
index 242ded5..7a04c20 100644
--- a/src/plugins/imageformats/tga/tga.pro
+++ b/src/plugins/imageformats/tga/tga.pro
@@ -1,9 +1,5 @@
TARGET = qtga
-PLUGIN_TYPE = imageformats
-PLUGIN_CLASS_NAME = QTgaPlugin
-load(qt_plugin)
-
HEADERS += qtgahandler.h \
qtgafile.h
SOURCES += qtgahandler.cpp \
@@ -11,3 +7,7 @@ SOURCES += qtgahandler.cpp \
OTHER_FILES += tga.json
SOURCES += main.cpp
+
+PLUGIN_TYPE = imageformats
+PLUGIN_CLASS_NAME = QTgaPlugin
+load(qt_plugin)