summaryrefslogtreecommitdiffstats
path: root/examples/itemviews/dirview/dirview.pro
blob: 77290a8ad0cff2a2aaf02d05ceaf0dc4ee18fd50 (plain)
1
2
3
4
5
6
7
8
9
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

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