summaryrefslogtreecommitdiff
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.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/plugins/imageformats/tga/tga.pro b/src/plugins/imageformats/tga/tga.pro
deleted file mode 100644
index 7a04c20..0000000
--- a/src/plugins/imageformats/tga/tga.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TARGET = qtga
-
-HEADERS += qtgahandler.h \
- qtgafile.h
-SOURCES += qtgahandler.cpp \
- qtgafile.cpp
-OTHER_FILES += tga.json
-
-SOURCES += main.cpp
-
-PLUGIN_TYPE = imageformats
-PLUGIN_CLASS_NAME = QTgaPlugin
-load(qt_plugin)