summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/lighting/lighting.pro
blob: 440bb53c760359e23f764141317516d1cc9ad06c (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]/graphicsview/lighting
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS lighting.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/lighting
INSTALLS += target sources