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

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