diff options
Diffstat (limited to 'examples/ipc/sharedmemory')
-rw-r--r-- | examples/ipc/sharedmemory/sharedmemory.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/ipc/sharedmemory/sharedmemory.pro b/examples/ipc/sharedmemory/sharedmemory.pro index 4833090..4dad1d1 100644 --- a/examples/ipc/sharedmemory/sharedmemory.pro +++ b/examples/ipc/sharedmemory/sharedmemory.pro @@ -11,3 +11,5 @@ target.path = $$[QT_INSTALL_EXAMPLES]/ipc/sharedmemory sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png sources.path = $$[QT_INSTALL_EXAMPLES]/ipc/sharedmemory INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |