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.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/plugins/imageformats/tga/tga.pro b/src/plugins/imageformats/tga/tga.pro
new file mode 100644
index 0000000..dc6c965
--- /dev/null
+++ b/src/plugins/imageformats/tga/tga.pro
@@ -0,0 +1,15 @@
+TARGET = qtga
+load(qt_plugin)
+
+HEADERS += qtgahandler.h \
+ qtgafile.h
+SOURCES += qtgahandler.cpp \
+ qtgafile.cpp
+
+SOURCES += main.cpp
+
+DESTDIR = $$QT.gui.plugins/imageformats
+target.path += $$[QT_INSTALL_PLUGINS]/imageformats
+INSTALLS += target
+
+symbian: TARGET.UID3=0x20031E99