diff options
Diffstat (limited to 'examples/qtconcurrent/qtconcurrent.pro')
-rw-r--r-- | examples/qtconcurrent/qtconcurrent.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/qtconcurrent/qtconcurrent.pro b/examples/qtconcurrent/qtconcurrent.pro index 5d73533..a30c0bd 100644 --- a/examples/qtconcurrent/qtconcurrent.pro +++ b/examples/qtconcurrent/qtconcurrent.pro @@ -13,3 +13,5 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtconcurrent.pro README sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |