blob: 509ece826b1d27d110ec26bb380c9b8c0670c43e (
plain)
1
2
3
4
5
6
7
8
9
|
TEMPLATE = subdirs
SUBDIRS = star
# install
target.path = $$[QT_INSTALL_EXAMPLES]/openvg
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS openvg.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/openvg
INSTALLS += target sources
|