diff options
Diffstat (limited to 'examples/dbus/pingpong/pong.pro')
-rw-r--r-- | examples/dbus/pingpong/pong.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/dbus/pingpong/pong.pro b/examples/dbus/pingpong/pong.pro index 3ba21718ff..046d6f07b6 100644 --- a/examples/dbus/pingpong/pong.pro +++ b/examples/dbus/pingpong/pong.pro @@ -4,9 +4,9 @@ QT += dbus HEADERS += ping-common.h pong.h SOURCES += pong.cpp -target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/pingpong +target.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro -sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/pingpong +sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong INSTALLS += target sources simulator: warning(This example does not work on Simulator platform) |