summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/customsortfiltermodel/customsortfiltermodel.pro
blob: 488a755b9d46cc796fd98133e265a3e69699895f (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS     = mysortfilterproxymodel.h \
              window.h
SOURCES     = main.cpp \
              mysortfilterproxymodel.cpp \
              window.cpp

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

QT += widgets