mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-07 17:50:59 +08:00
qt 6.5.1 original
This commit is contained in:
17
examples/widgets/tutorials/modelview/5_edit/5_edit.pro
Normal file
17
examples/widgets/tutorials/modelview/5_edit/5_edit.pro
Normal file
@ -0,0 +1,17 @@
|
||||
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
|
Reference in New Issue
Block a user