Files
qt4-x11/examples/openvg/openvg.pro
2025-08-24 20:55:26 +08:00

10 lines
249 B
Prolog

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