summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/storageview/storageview.pro
blob: 07e7fb51456f7c91fdd4fed8a01bf6e5fe1d0b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += core gui widgets
TARGET = storageview
TEMPLATE = app
SOURCES += storagemodel.cpp \
    main.cpp
HEADERS += \
    storagemodel.h

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/storageview
INSTALLS += target