summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/tga/tga.pro
blob: 292d06e52c623d24ef5c7ff3b80139f4c31dc709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = qtga
include(../../qpluginbase.pri)

QTDIR_build:REQUIRES = "!contains(QT_CONFIG, no-tga)"

HEADERS += qtgahandler.h \
    qtgafile.h
SOURCES += main.cpp \
    qtgahandler.cpp \
    qtgafile.cpp

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/imageformats
target.path += $$[QT_INSTALL_PLUGINS]/imageformats
INSTALLS += target

symbian: TARGET.UID3=0x20031E99