summaryrefslogtreecommitdiffstats
path: root/examples/effects/lighting/lighting.pro
blob: 1dbb3ee289fbef71403c6b54b5b239e1c8599f42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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

symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example