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

14 lines
343 B
Prolog

TEMPLATE = \
subdirs
SUBDIRS = \
blurpicker \
lighting \
fademessage
# install
target.path = $$[QT_INSTALL_EXAMPLES]/effects
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS effects.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/effects
INSTALLS += target sources