util/examples/ipc/ipc.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 TEMPLATE      = subdirs
       
     2 # no QSharedMemory
       
     3 !vxworks:!qnx:SUBDIRS = sharedmemory
       
     4 !wince*: SUBDIRS += localfortuneserver localfortuneclient
       
     5 
       
     6 # install
       
     7 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS ipc.pro README
       
     8 sources.path = $$[QT_INSTALL_EXAMPLES]/ipc
       
     9 INSTALLS += sources
       
    10 
       
    11 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)