examples/threads/threads.pro
changeset 0 1918ee327afb
child 3 41300fa6a67c
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 TEMPLATE      = subdirs
       
     2 SUBDIRS       = mandelbrot \
       
     3                 semaphores \
       
     4                 waitconditions
       
     5                 
       
     6 symbian: SUBDIRS += queuedcustomtype
       
     7 
       
     8 # install
       
     9 target.path = $$[QT_INSTALL_EXAMPLES]/threads
       
    10 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threads.pro README
       
    11 sources.path = $$[QT_INSTALL_EXAMPLES]/threads
       
    12 INSTALLS += target sources
       
    13 
       
    14 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)