blob: a19d2b274b932c8fe77a003e0943a8e8504c194f [file] [log] [blame]
HEADERS = svgtextobject.h \
window.h
SOURCES = main.cpp \
svgtextobject.cpp \
window.cpp
QT += widgets svg
RESOURCES = resources.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/svg/richtext/textobject
INSTALLS += target