demos/embedded/raycasting/raycasting.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 TEMPLATE = app
       
     2 SOURCES = raycasting.cpp
       
     3 RESOURCES += raycasting.qrc
       
     4 
       
     5 symbian {
       
     6     TARGET.UID3 = 0xA000CF76
       
     7     include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
       
     8 }
       
     9 
       
    10 target.path = $$[QT_INSTALL_DEMOS]/embedded/raycasting
       
    11 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
       
    12 sources.path = $$[QT_INSTALL_DEMOS]/embedded/raycasting
       
    13 INSTALLS += target sources