diff options
Diffstat (limited to 'examples/dbus/pingpong/pong.pro')
-rw-r--r-- | examples/dbus/pingpong/pong.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/dbus/pingpong/pong.pro b/examples/dbus/pingpong/pong.pro index f377a71..ed06d22 100644 --- a/examples/dbus/pingpong/pong.pro +++ b/examples/dbus/pingpong/pong.pro @@ -14,3 +14,5 @@ target.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |