examples/threads/threads.pro
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
     1 TEMPLATE      = subdirs
     1 TEMPLATE      = subdirs
     2 SUBDIRS       = mandelbrot \
     2 SUBDIRS       = semaphores \
     3                 semaphores \
       
     4                 waitconditions
     3                 waitconditions
       
     4 
       
     5 !contains(QT_CONFIG, no-gui):SUBDIRS += mandelbrot
     5 
     6 
     6 # install
     7 # install
     7 target.path = $$[QT_INSTALL_EXAMPLES]/threads
     8 target.path = $$[QT_INSTALL_EXAMPLES]/threads
     8 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threads.pro README
     9 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threads.pro README
     9 sources.path = $$[QT_INSTALL_EXAMPLES]/threads
    10 sources.path = $$[QT_INSTALL_EXAMPLES]/threads