qt6windows7/examples/widgets/itemviews/storageview/storageview.pro
2023-10-29 23:33:08 +01:00

13 lines
261 B
Prolog

QT += core gui widgets
requires(qtConfig(treeview))
TARGET = storageview
TEMPLATE = app
SOURCES += storagemodel.cpp \
main.cpp
HEADERS += \
storagemodel.h
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/storageview
INSTALLS += target