summaryrefslogtreecommitdiff
path: root/src/plugins/imageformats/svg/svg.pro
blob: 31f69253c7616cf49ccc884910db691240acfcc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
load(qt_module)

TARGET  = qsvg
load(qt_plugin)

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

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