Remove useless "QT += widgets"
[profile/ivi/qtbase.git] / examples / threads / threads.pro
1 TEMPLATE      = subdirs
2 SUBDIRS       = semaphores \
3                 waitconditions
4
5 !contains(QT_CONFIG, no-gui):SUBDIRS += mandelbrot
6
7 # install
8 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads
9 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threads.pro README
10 sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads
11 INSTALLS += target sources