summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/customsortfiltermodel/customsortfiltermodel.pro
blob: b722e606d3ecba2f60ab4945b6ffe056c8bfb02b (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += widgets

HEADERS     = mysortfilterproxymodel.h \
              window.h
SOURCES     = main.cpp \
              mysortfilterproxymodel.cpp \
              window.cpp

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