examples/effects/lighting/lighting.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 SOURCES += main.cpp lighting.cpp
       
     2 HEADERS += lighting.h
       
     3 
       
     4 # install
       
     5 target.path = $$[QT_INSTALL_EXAMPLES]/effects/lighting
       
     6 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS lighting.pro
       
     7 sources.path = $$[QT_INSTALL_EXAMPLES]/effects/lighting
       
     8 INSTALLS += target sources