summaryrefslogtreecommitdiffstats
path: root/examples/xml/dombookmarks/dombookmarks.pro
blob: 21eb5c071fde4daf7f36533d841eed313bb28fc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
HEADERS       = mainwindow.h \
                xbeltree.h
SOURCES       = main.cpp \
                mainwindow.cpp \
                xbeltree.cpp
QT           += xml widgets

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/dombookmarks
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS dombookmarks.pro *.xbel
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/dombookmarks
INSTALLS += target sources

symbian: CONFIG += qt_example

symbian: {
    CONFIG += qt_example
    addFiles.sources = frank.xbel jennifer.xbel
    addFiles.path = files
    DEPLOYMENT += addFiles
}

wince*: {
    addFiles.files = frank.xbel jennifer.xbel
    addFiles.path = "\\My Documents"
    DEPLOYMENT += addFiles
}
maemo5: CONFIG += qt_example