summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/svgwidget/svgwidget.pro
blob: abff58eb631a0118f0615eee102f822be45d1f01 (plain)
1
2
3
4
5
6
7
8
9
10
HEADERS       =
RESOURCES     = svgwidget.qrc
SOURCES       = main.cpp
QT           += widgets svg svgwidgets

CONFIG += console

# install
target.path = $$[QT_INSTALL_EXAMPLES]/svg/svgwidget
INSTALLS += target