3ce99adfa4
The DEPLOYMENT variable has been deprecated. Change-Id: I1c7c07b36a2e665ae302e4f43f7f2dc752f3c1f4 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
20 lines
424 B
Prolog
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
|
|
}
|
|
|