dc81a99dec
Task-number: QTBUG-52590 Task-number: QTBUG-60628 Task-number: QTBUG-60633 Task-number: QTBUG-60635 Task-number: QTBUG-60641 Task-number: QTBUG-60659 Change-Id: I9ffc3e25893d2281b19cc12b70e1a92fb2a8b708 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
13 lines
302 B
Prolog
13 lines
302 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
|