summaryrefslogtreecommitdiff
path: root/examples/richtext/richtext.pro
blob: 4262d78c34a3cba239e2980033969099e53bed87 (plain)
1
2
3
4
5
6
7
8
TEMPLATE = subdirs
!contains(QT_CONFIG, no-widgets): SUBDIRS += textobject
QT+=widgets

# install
sources.files = richtext.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtsvg/richtext
INSTALLS += sources