mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-01-24 21:05:05 +08:00
18 lines
303 B
Prolog
18 lines
303 B
Prolog
TARGET = mv_edit
|
|
|
|
TEMPLATE = app
|
|
|
|
QT += widgets
|
|
requires(qtConfig(tableview))
|
|
|
|
SOURCES += main.cpp \
|
|
mainwindow.cpp \
|
|
mymodel.cpp
|
|
|
|
HEADERS += mainwindow.h \
|
|
mymodel.h
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/5_edit
|
|
INSTALLS += target
|