123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- TEMPLATE = subdirs
- SUBDIRS = \
- Tools \
- Starter \
- ChameleonMan \
- Coverflow \
- FilmTV \
- Fractal \
- Navigation \
- Navigation3D \
- PhantomMask \
- Shaders \
- Skybox2 \
- Water \
- AlphaBlend \
- AlphaTest \
- AnisotropicLighting \
- BasicTnL \
- Bloom \
- Bumpmap \
- CellShading \
- ComplexLighting \
- DisplacementMap \
- EdgeDetection \
- FastTnL \
- Fog \
- FresnelReflections \
- HelloTriangle \
- IntroducingPFX \
- IntroducingPOD \
- IntroducingPVRShell \
- IntroducingPVRTools \
- Iridescence \
- LevelOfDetail \
- LightMap \
- PerturbedUvs \
- Reflections \
- Refraction \
- RenderToTexture \
- ShadowMapping \
- ShadowVolume \
- Skinning \
- StencilBuffer \
- Texturing
- Tools.file = Tools/OGLES2/Build/Qt/OGLES2Tools.pro
- #Demos
- Starter.file = Starter/Starter.pro
- ChameleonMan.file = Demos/ChameleonMan/OGLES2/Build/Qt/OGLES2ChameleonMan.pro
- Coverflow.file = Demos/Coverflow/OGLES2/Build/Qt/OGLES2Coverflow.pro
- FilmTV.file = Demos/FilmTV/OGLES2/Build/Qt/OGLES2FilmTV.pro
- Fractal.file = Demos/Fractal/OGLES2/Build/Qt/OGLES2Fractal.pro
- Navigation.file = Demos/Navigation/OGLES2/Build/Qt/OGLES2Navigation.pro
- Navigation3D.file = Demos/Navigation3D/OGLES2/Build/Qt/OGLES2Navigation3D.pro
- PhantomMask.file = Demos/PhantomMask/OGLES2/Build/Qt/OGLES2PhantomMask.pro
- Shaders.file = Demos/Shaders/OGLES2/Build/Qt/OGLES2Shaders.pro
- Skybox2.file = Demos/Skybox2/OGLES2/Build/Qt/OGLES2Skybox2.pro
- Water.file = Demos/Water/OGLES2/Build/Qt/OGLES2Water.pro
- #TrainingCourse
- AlphaBlend.file = TrainingCourse/AlphaBlend/OGLES2/Build/Qt/OGLES2AlphaBlend.pro
- AlphaTest.file = TrainingCourse/AlphaTest/OGLES2/Build/Qt/OGLES2AlphaTest.pro
- AnisotropicLighting.file = TrainingCourse/AnisotropicLighting/OGLES2/Build/Qt/OGLES2AnisotropicLighting.pro
- BasicTnL.file = TrainingCourse/BasicTnL/OGLES2/Build/Qt/OGLES2BasicTnL.pro
- Bloom.file = TrainingCourse/Bloom/OGLES2/Build/Qt/OGLES2Bloom.pro
- Bumpmap.file = TrainingCourse/Bumpmap/OGLES2/Build/Qt/OGLES2Bumpmap.pro
- CellShading.file = TrainingCourse/CellShading/OGLES2/Build/Qt/OGLES2CellShading.pro
- ComplexLighting.file = TrainingCourse/ComplexLighting/OGLES2/Build/Qt/OGLES2ComplexLighting.pro
- DisplacementMap.file = TrainingCourse/DisplacementMap/OGLES2/Build/Qt/OGLES2DisplacementMap.pro
- EdgeDetection.file = TrainingCourse/EdgeDetection/OGLES2/Build/Qt/OGLES2EdgeDetection.pro
- FastTnL.file = TrainingCourse/FastTnL/OGLES2/Build/Qt/OGLES2FastTnL.pro
- Fog.file = TrainingCourse/Fog/OGLES2/Build/Qt/OGLES2Fog.pro
- FresnelReflections.file = TrainingCourse/FresnelReflections/OGLES2/Build/Qt/OGLES2FresnelReflections.pro
- HelloTriangle.file = TrainingCourse/HelloTriangle/OGLES2/Build/Qt/OGLES2HelloTriangle.pro
- IntroducingPFX.file = TrainingCourse/IntroducingPFX/OGLES2/Build/Qt/OGLES2IntroducingPFX.pro
- IntroducingPOD.file = TrainingCourse/IntroducingPOD/OGLES2/Build/Qt/OGLES2IntroducingPOD.pro
- IntroducingPVRShell.file = TrainingCourse/IntroducingPVRShell/OGLES2/Build/Qt/OGLES2IntroducingPVRShell.pro
- IntroducingPVRTools.file = TrainingCourse/IntroducingPVRTools/OGLES2/Build/Qt/OGLES2IntroducingPVRTools.pro
- Iridescence.file = TrainingCourse/Iridescence/OGLES2/Build/Qt/OGLES2Iridescence.pro
- LevelOfDetail.file = TrainingCourse/LevelOfDetail/OGLES2/Build/Qt/OGLES2LevelOfDetail.pro
- LightMap.file = TrainingCourse/LightMap/OGLES2/Build/Qt/OGLES2LightMap.pro
- PerturbedUvs.file = TrainingCourse/PerturbedUvs/OGLES2/Build/Qt/OGLES2PerturbedUvs.pro
- Reflections.file = TrainingCourse/Reflections/OGLES2/Build/Qt/OGLES2Reflections.pro
- Refraction.file = TrainingCourse/Refraction/OGLES2/Build/Qt/OGLES2Refraction.pro
- RenderToTexture.file = TrainingCourse/RenderToTexture/OGLES2/Build/Qt/OGLES2RenderToTexture.pro
- ShadowMapping.file = TrainingCourse/ShadowMapping/OGLES2/Build/Qt/OGLES2ShadowMapping.pro
- ShadowVolume.file = TrainingCourse/ShadowVolume/OGLES2/Build/Qt/OGLES2ShadowVolume.pro
- Skinning.file = TrainingCourse/Skinning/OGLES2/Build/Qt/OGLES2Skinning.pro
- StencilBuffer.file = TrainingCourse/StencilBuffer/OGLES2/Build/Qt/OGLES2StencilBuffer.pro
- Texturing.file = TrainingCourse/Texturing/OGLES2/Build/Qt/OGLES2Texturing.pro
- desktop.path = /usr/share/applications
- desktop.files = Starter/Starter.desktop
- icon.path = /usr/share/icons/hicolor/scalable/apps
- icon.files = Starter/Starter.svg
- INSTALLS += desktop icon
|