qt5base-lts/examples/xml/dombookmarks/dombookmarks.pro
Joerg Bornemann 3ce99adfa4 use INSTALLS instead of DEPLOYMENT
The DEPLOYMENT variable has been deprecated.

Change-Id: I1c7c07b36a2e665ae302e4f43f7f2dc752f3c1f4
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2015-06-03 11:26:46 +00:00

20 lines
424 B
Prolog

HEADERS = mainwindow.h \
xbeltree.h
SOURCES = main.cpp \
mainwindow.cpp \
xbeltree.cpp
QT += xml widgets
EXAMPLE_FILES = frank.xbel jennifer.xbel
# install
target.path = $$[QT_INSTALL_EXAMPLES]/xml/dombookmarks
INSTALLS += target
wince*: {
addFiles.files = frank.xbel jennifer.xbel
addFiles.path = "\\My Documents"
INSTALLS += addFiles
}