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

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