mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
16 lines
418 B
Prolog
16 lines
418 B
Prolog
|
HEADERS = mainwindow.h \
|
||
|
xbelreader.h \
|
||
|
xbelwriter.h
|
||
|
SOURCES = main.cpp \
|
||
|
mainwindow.cpp \
|
||
|
xbelreader.cpp \
|
||
|
xbelwriter.cpp
|
||
|
QT += widgets
|
||
|
requires(qtConfig(filedialog))
|
||
|
|
||
|
EXAMPLE_FILES = frank.xbel jennifer.xbel
|
||
|
|
||
|
# install
|
||
|
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/serialization/streambookmarks
|
||
|
INSTALLS += target
|