examples/threads/threads.pro
changeset 3 41300fa6a67c
parent 0 1918ee327afb
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
     1 TEMPLATE      = subdirs
     1 TEMPLATE      = subdirs
     2 SUBDIRS       = mandelbrot \
     2 SUBDIRS       = mandelbrot \
     3                 semaphores \
     3                 semaphores \
     4                 waitconditions
     4                 waitconditions
     5                 
       
     6 symbian: SUBDIRS += queuedcustomtype
       
     7 
     5 
     8 # install
     6 # install
     9 target.path = $$[QT_INSTALL_EXAMPLES]/threads
     7 target.path = $$[QT_INSTALL_EXAMPLES]/threads
    10 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threads.pro README
     8 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threads.pro README
    11 sources.path = $$[QT_INSTALL_EXAMPLES]/threads
     9 sources.path = $$[QT_INSTALL_EXAMPLES]/threads