summaryrefslogtreecommitdiffstats
path: root/examples/dbus/listnames/listnames.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dbus/listnames/listnames.pro')
-rw-r--r--examples/dbus/listnames/listnames.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/dbus/listnames/listnames.pro b/examples/dbus/listnames/listnames.pro
index 514fc02e16..307036c4aa 100644
--- a/examples/dbus/listnames/listnames.pro
+++ b/examples/dbus/listnames/listnames.pro
@@ -4,9 +4,9 @@ win32:CONFIG += console
SOURCES += listnames.cpp
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/listnames
+target.path = $$[QT_INSTALL_EXAMPLES]/dbus/listnames
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/listnames
+sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/listnames
INSTALLS += target sources
simulator: warning(This example does not work on Simulator platform)