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.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/plugins/imageformats/tga/tga.pro b/src/plugins/imageformats/tga/tga.pro
deleted file mode 100644
index d3dfc0bf0..000000000
--- a/src/plugins/imageformats/tga/tga.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TARGET = qtga
-include(../../qpluginbase.pri)
-HEADERS += qtgahandler.h \
- qtgafile.h
-SOURCES += main.cpp \
- qtgahandler.cpp \
- qtgafile.cpp
-
-DESTDIR = $$QT.qt3d.plugins/imageformats
-target.path = $$[QT_INSTALL_PLUGINS]/imageformats
-INSTALLS += target