summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/tga/tga.pro
blob: d3dfc0bf03dd5017a399ee4d85c0dfd54061473e (plain)
1
2
3
4
5
6
7
8
9
10
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