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

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

QT += widgets