examples/animation/easing/easing.pro
changeset 19 fcece45ef507
parent 0 1918ee327afb
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
    10 # install
    10 # install
    11 target.path = $$[QT_INSTALL_EXAMPLES]/animation/easing
    11 target.path = $$[QT_INSTALL_EXAMPLES]/animation/easing
    12 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS easing.pro images
    12 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS easing.pro images
    13 sources.path = $$[QT_INSTALL_EXAMPLES]/animation/easing
    13 sources.path = $$[QT_INSTALL_EXAMPLES]/animation/easing
    14 INSTALLS += target sources
    14 INSTALLS += target sources
       
    15 
       
    16 symbian {
       
    17     TARGET.UID3 = 0xA000E3F6
       
    18     include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
       
    19 }