diff options
Diffstat (limited to 'examples/graphicsview/dragdroprobot/dragdroprobot.pro')
-rw-r--r-- | examples/graphicsview/dragdroprobot/dragdroprobot.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/graphicsview/dragdroprobot/dragdroprobot.pro b/examples/graphicsview/dragdroprobot/dragdroprobot.pro index 769e54a..756a9c8 100644 --- a/examples/graphicsview/dragdroprobot/dragdroprobot.pro +++ b/examples/graphicsview/dragdroprobot/dragdroprobot.pro @@ -16,3 +16,5 @@ target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/dragdroprobot sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS dragdroprobot.pro images sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/dragdroprobot INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |