summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/runfunction/runfunction.pro
diff options
context:
space:
mode:
authorDennis Oberst <dennis.oberst@qt.io>2023-03-01 13:58:51 +0100
committerDennis Oberst <dennis.oberst@qt.io>2023-03-09 17:26:59 +0000
commitde5e0422ca14ad1bc042889fa68772bf6912a215 (patch)
tree8b4854a193d5bd8df9e8cf91a0a20dd8f7c3f7ba /examples/qtconcurrent/runfunction/runfunction.pro
parentfbb470b40b2c86a55751bf3099cc0424f66c7274 (diff)
Example: remove runfunction example
This example shows how to use QtConcurrent::run by calling a global function and printing the thread ID. As the documentation already explains the functionality very well, I don't think this example is necessary. https://doc.qt.io/qt-6/qtconcurrentrun.html Task-number: QTBUG-111165 Pick-to: 6.5 6.5.0 Change-Id: I42a718cdaabdaeeab39b933d12c67d11978c95da Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'examples/qtconcurrent/runfunction/runfunction.pro')
-rw-r--r--examples/qtconcurrent/runfunction/runfunction.pro7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/qtconcurrent/runfunction/runfunction.pro b/examples/qtconcurrent/runfunction/runfunction.pro
deleted file mode 100644
index 42c05551ba..0000000000
--- a/examples/qtconcurrent/runfunction/runfunction.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-QT += concurrent widgets
-CONFIG += cmdline
-
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/runfunction
-INSTALLS += target