summaryrefslogtreecommitdiffstats
path: root/examples/itemviews/customsortfiltermodel/customsortfiltermodel.pro
blob: 091cd9db2135408a561bc0bde5db85efecba329c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HEADERS     = mysortfilterproxymodel.h \
              window.h
SOURCES     = main.cpp \
              mysortfilterproxymodel.cpp \
              window.cpp
CONFIG     += qt

# install
target.path = $$[QT_INSTALL_EXAMPLES]/itemviews/customsortfiltermodel
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/itemviews/customsortfiltermodel
INSTALLS += target sources

include($$QT_SOURCE_TREE/examples/examplebase.pri)