summaryrefslogtreecommitdiffstats
path: root/examples/itemviews/dirview/dirview.pro
blob: cd5ea0afb9a1656986f4cb27102d0a154572c990 (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES       = main.cpp

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

symbian: CONFIG += qt_example
QT += widgets