summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/svg/svg.pro
blob: 747d556216223349418e811b7a5cb7a15461c314 (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET  = qsvg
include(../../qpluginbase.pri)

HEADERS += qsvgiohandler.h
SOURCES += main.cpp \
           qsvgiohandler.cpp
QT += xml svg

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