summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/tga/tga.pro
blob: 63b6f9c30c2a7a67694bf9fdf1a180d2151ed3de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = qtga
load(qt_plugin)

HEADERS += qtgahandler.h \
    qtgafile.h
SOURCES += qtgahandler.cpp \
    qtgafile.cpp
OTHER_FILES += tga.json

SOURCES += main.cpp

DESTDIR = $$QT.gui.plugins/imageformats
target.path += $$[QT_INSTALL_PLUGINS]/imageformats
INSTALLS += target

symbian: TARGET.UID3=0x20031E99