summaryrefslogtreecommitdiffstats
path: root/examples/tools/offsetvector/offsetvector.pro
blob: f329bb961be6560ad0635b323937046709acd52a (plain)
1
2
3
4
5
6
7
8
9
HEADERS       = randomlistmodel.h
SOURCES       = randomlistmodel.cpp \
                main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools/offsetvector
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS offsetvector.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/offsetvector
INSTALLS += target sources