examples/graphicsview/elasticnodes/elasticnodes.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 HEADERS += \
       
     2         edge.h \
       
     3         node.h \
       
     4         graphwidget.h
       
     5 
       
     6 SOURCES += \
       
     7         edge.cpp \
       
     8         main.cpp \
       
     9         node.cpp \
       
    10         graphwidget.cpp
       
    11 
       
    12 TARGET.EPOCHEAPSIZE = 0x200000 0xA00000
       
    13 
       
    14 # install
       
    15 target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/elasticnodes
       
    16 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS elasticnodes.pro 
       
    17 sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/elasticnodes
       
    18 INSTALLS += target sources
       
    19 
       
    20 symbian {
       
    21     TARGET.UID3 = 0xA000A642
       
    22     include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
       
    23 }