mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-01-24 12:54:29 +08:00
17 lines
260 B
Prolog
17 lines
260 B
Prolog
|
TARGET = mv_readonly
|
||
|
|
||
|
TEMPLATE = app
|
||
|
|
||
|
QT += widgets
|
||
|
requires(qtConfig(tableview))
|
||
|
|
||
|
SOURCES += main.cpp \
|
||
|
mymodel.cpp
|
||
|
|
||
|
HEADERS += mymodel.h
|
||
|
|
||
|
|
||
|
# install
|
||
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/1_readonly
|
||
|
INSTALLS += target
|