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:
15
examples/widgets/tutorials/modelview/4_headers/4_headers.pro
Normal file
15
examples/widgets/tutorials/modelview/4_headers/4_headers.pro
Normal file
@ -0,0 +1,15 @@
|
||||
TARGET = mv_headers
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
QT += widgets
|
||||
requires(qtConfig(tableview))
|
||||
|
||||
SOURCES += main.cpp \
|
||||
mymodel.cpp
|
||||
|
||||
HEADERS += mymodel.h
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/4_headers
|
||||
INSTALLS += target
|
Reference in New Issue
Block a user