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