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

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