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, 11 insertions, 0 deletions
diff --git a/src/plugins/imageformats/tga/tga.pro b/src/plugins/imageformats/tga/tga.pro
new file mode 100644
index 00000000..d3dfc0bf
--- /dev/null
+++ b/src/plugins/imageformats/tga/tga.pro
@@ -0,0 +1,11 @@
+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