summaryrefslogtreecommitdiff
path: root/examples/svg/richtext/textobject/textobject.pro
blob: 8892ae76ce6ec25955690a0b02b42da0f3b48d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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

wince*{
    filesToDeploy.files = files/*.svg
    filesToDeploy.path = files
    DEPLOYMENT += filesToDeploy
}