summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/tga/tga.pro
blob: 2cbb878b863187fcbc8cd38723dd9c2a7963ad1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = qtga

PLUGIN_TYPE = imageformats
load(qt_plugin)

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

SOURCES += main.cpp