demos.pro 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. TEMPLATE = subdirs
  2. SUBDIRS = \
  3. Tools \
  4. Starter \
  5. ChameleonMan \
  6. Coverflow \
  7. FilmTV \
  8. Fractal \
  9. Navigation \
  10. Navigation3D \
  11. PhantomMask \
  12. Shaders \
  13. Skybox2 \
  14. Water \
  15. AlphaBlend \
  16. AlphaTest \
  17. AnisotropicLighting \
  18. BasicTnL \
  19. Bloom \
  20. Bumpmap \
  21. CellShading \
  22. ComplexLighting \
  23. DisplacementMap \
  24. EdgeDetection \
  25. FastTnL \
  26. Fog \
  27. FresnelReflections \
  28. HelloTriangle \
  29. IntroducingPFX \
  30. IntroducingPOD \
  31. IntroducingPVRShell \
  32. IntroducingPVRTools \
  33. Iridescence \
  34. LevelOfDetail \
  35. LightMap \
  36. PerturbedUvs \
  37. Reflections \
  38. Refraction \
  39. RenderToTexture \
  40. ShadowMapping \
  41. ShadowVolume \
  42. Skinning \
  43. StencilBuffer \
  44. Texturing
  45. Tools.file = Tools/OGLES2/Build/Qt/OGLES2Tools.pro
  46. #Demos
  47. Starter.file = Starter/Starter.pro
  48. ChameleonMan.file = Demos/ChameleonMan/OGLES2/Build/Qt/OGLES2ChameleonMan.pro
  49. Coverflow.file = Demos/Coverflow/OGLES2/Build/Qt/OGLES2Coverflow.pro
  50. FilmTV.file = Demos/FilmTV/OGLES2/Build/Qt/OGLES2FilmTV.pro
  51. Fractal.file = Demos/Fractal/OGLES2/Build/Qt/OGLES2Fractal.pro
  52. Navigation.file = Demos/Navigation/OGLES2/Build/Qt/OGLES2Navigation.pro
  53. Navigation3D.file = Demos/Navigation3D/OGLES2/Build/Qt/OGLES2Navigation3D.pro
  54. PhantomMask.file = Demos/PhantomMask/OGLES2/Build/Qt/OGLES2PhantomMask.pro
  55. Shaders.file = Demos/Shaders/OGLES2/Build/Qt/OGLES2Shaders.pro
  56. Skybox2.file = Demos/Skybox2/OGLES2/Build/Qt/OGLES2Skybox2.pro
  57. Water.file = Demos/Water/OGLES2/Build/Qt/OGLES2Water.pro
  58. #TrainingCourse
  59. AlphaBlend.file = TrainingCourse/AlphaBlend/OGLES2/Build/Qt/OGLES2AlphaBlend.pro
  60. AlphaTest.file = TrainingCourse/AlphaTest/OGLES2/Build/Qt/OGLES2AlphaTest.pro
  61. AnisotropicLighting.file = TrainingCourse/AnisotropicLighting/OGLES2/Build/Qt/OGLES2AnisotropicLighting.pro
  62. BasicTnL.file = TrainingCourse/BasicTnL/OGLES2/Build/Qt/OGLES2BasicTnL.pro
  63. Bloom.file = TrainingCourse/Bloom/OGLES2/Build/Qt/OGLES2Bloom.pro
  64. Bumpmap.file = TrainingCourse/Bumpmap/OGLES2/Build/Qt/OGLES2Bumpmap.pro
  65. CellShading.file = TrainingCourse/CellShading/OGLES2/Build/Qt/OGLES2CellShading.pro
  66. ComplexLighting.file = TrainingCourse/ComplexLighting/OGLES2/Build/Qt/OGLES2ComplexLighting.pro
  67. DisplacementMap.file = TrainingCourse/DisplacementMap/OGLES2/Build/Qt/OGLES2DisplacementMap.pro
  68. EdgeDetection.file = TrainingCourse/EdgeDetection/OGLES2/Build/Qt/OGLES2EdgeDetection.pro
  69. FastTnL.file = TrainingCourse/FastTnL/OGLES2/Build/Qt/OGLES2FastTnL.pro
  70. Fog.file = TrainingCourse/Fog/OGLES2/Build/Qt/OGLES2Fog.pro
  71. FresnelReflections.file = TrainingCourse/FresnelReflections/OGLES2/Build/Qt/OGLES2FresnelReflections.pro
  72. HelloTriangle.file = TrainingCourse/HelloTriangle/OGLES2/Build/Qt/OGLES2HelloTriangle.pro
  73. IntroducingPFX.file = TrainingCourse/IntroducingPFX/OGLES2/Build/Qt/OGLES2IntroducingPFX.pro
  74. IntroducingPOD.file = TrainingCourse/IntroducingPOD/OGLES2/Build/Qt/OGLES2IntroducingPOD.pro
  75. IntroducingPVRShell.file = TrainingCourse/IntroducingPVRShell/OGLES2/Build/Qt/OGLES2IntroducingPVRShell.pro
  76. IntroducingPVRTools.file = TrainingCourse/IntroducingPVRTools/OGLES2/Build/Qt/OGLES2IntroducingPVRTools.pro
  77. Iridescence.file = TrainingCourse/Iridescence/OGLES2/Build/Qt/OGLES2Iridescence.pro
  78. LevelOfDetail.file = TrainingCourse/LevelOfDetail/OGLES2/Build/Qt/OGLES2LevelOfDetail.pro
  79. LightMap.file = TrainingCourse/LightMap/OGLES2/Build/Qt/OGLES2LightMap.pro
  80. PerturbedUvs.file = TrainingCourse/PerturbedUvs/OGLES2/Build/Qt/OGLES2PerturbedUvs.pro
  81. Reflections.file = TrainingCourse/Reflections/OGLES2/Build/Qt/OGLES2Reflections.pro
  82. Refraction.file = TrainingCourse/Refraction/OGLES2/Build/Qt/OGLES2Refraction.pro
  83. RenderToTexture.file = TrainingCourse/RenderToTexture/OGLES2/Build/Qt/OGLES2RenderToTexture.pro
  84. ShadowMapping.file = TrainingCourse/ShadowMapping/OGLES2/Build/Qt/OGLES2ShadowMapping.pro
  85. ShadowVolume.file = TrainingCourse/ShadowVolume/OGLES2/Build/Qt/OGLES2ShadowVolume.pro
  86. Skinning.file = TrainingCourse/Skinning/OGLES2/Build/Qt/OGLES2Skinning.pro
  87. StencilBuffer.file = TrainingCourse/StencilBuffer/OGLES2/Build/Qt/OGLES2StencilBuffer.pro
  88. Texturing.file = TrainingCourse/Texturing/OGLES2/Build/Qt/OGLES2Texturing.pro
  89. desktop.path = /usr/share/applications
  90. desktop.files = Starter/Starter.desktop
  91. icon.path = /usr/share/icons/hicolor/scalable/apps
  92. icon.files = Starter/Starter.svg
  93. INSTALLS += desktop icon