0aa2d318b1
Conflicts: src/corelib/global/qglobal.cpp src/corelib/global/qglobal.h src/corelib/global/qsysinfo.h src/corelib/global/qsystemdetection.h src/corelib/kernel/qobjectdefs.h src/plugins/plugins.pro tests/auto/widgets/itemviews/qlistview/qlistview.pro Change-Id: Ib55aa79d707c4c1453fb9d697f6cf92211ed665c
20 lines
422 B
Prolog
20 lines
422 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
|
|
}
|
|
|