summaryrefslogtreecommitdiffstats
path: root/examples/effects/lighting/lighting.pro
blob: ea9d5f682c2cbc49146676c232ae43762914ea15 (plain)
1
2
3
4
5
6
7
8
SOURCES += main.cpp lighting.cpp shadoweffect.cpp
HEADERS += lighting.h shadoweffect.h

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