mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
15 lines
347 B
Prolog
15 lines
347 B
Prolog
HEADERS = domitem.h \
|
|
dommodel.h \
|
|
mainwindow.h
|
|
SOURCES = domitem.cpp \
|
|
dommodel.cpp \
|
|
main.cpp \
|
|
mainwindow.cpp
|
|
QT += xml widgets
|
|
requires(qtConfig(filedialog))
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/simpledommodel
|
|
INSTALLS += target
|
|
|