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

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

symbian: CONFIG += qt_example
QT += widgets
maemo5: CONFIG += qt_example