diff options
author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-09-01 14:31:33 (GMT) |
---|---|---|
committer | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-09-01 14:39:25 (GMT) |
commit | 3dfde91fcbeaf304edd8d0d09e0732597055cd53 (patch) | |
tree | 09f5b3a0c75565bdde7736ace1bb4dbc3ea86060 /examples/effects/lighting/lighting.pro | |
parent | 3418320aa5cad4a982f6278be1fbe8ce66c1558f (diff) | |
download | Qt-3dfde91fcbeaf304edd8d0d09e0732597055cd53.zip Qt-3dfde91fcbeaf304edd8d0d09e0732597055cd53.tar.gz Qt-3dfde91fcbeaf304edd8d0d09e0732597055cd53.tar.bz2 |
Cleanup examples/effects/lighting.
There's no need to re-implement QGraphicsDropShadowEffect anymore.
Diffstat (limited to 'examples/effects/lighting/lighting.pro')
-rw-r--r-- | examples/effects/lighting/lighting.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/effects/lighting/lighting.pro b/examples/effects/lighting/lighting.pro index ea9d5f6..432d1b5 100644 --- a/examples/effects/lighting/lighting.pro +++ b/examples/effects/lighting/lighting.pro @@ -1,5 +1,5 @@ -SOURCES += main.cpp lighting.cpp shadoweffect.cpp -HEADERS += lighting.h shadoweffect.h +SOURCES += main.cpp lighting.cpp +HEADERS += lighting.h # install target.path = $$[QT_INSTALL_EXAMPLES]/effects/lighting |