summaryrefslogtreecommitdiffstats
path: root/examples/assistant/remotecontrol/remotecontrol.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-21 19:44:44 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-30 13:02:15 +0100
commitaa00d5affd4c0b225cc1041e7434a4b5c2c2eb59 (patch)
tree7b7a6747f2c608213edb84459afa05256077abbc /examples/assistant/remotecontrol/remotecontrol.pro
parent4e753110a1a38dc31ed90d175ba7d693c817443e (diff)
fix install path
Change-Id: I6a56cff510011e3ffd516d24d9659f75baca14b2 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/assistant/remotecontrol/remotecontrol.pro')
-rw-r--r--examples/assistant/remotecontrol/remotecontrol.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/assistant/remotecontrol/remotecontrol.pro b/examples/assistant/remotecontrol/remotecontrol.pro
index 78ce822d8..fb9ce4df9 100644
--- a/examples/assistant/remotecontrol/remotecontrol.pro
+++ b/examples/assistant/remotecontrol/remotecontrol.pro
@@ -7,6 +7,6 @@ SOURCES += main.cpp \
FORMS += remotecontrol.ui
RESOURCES += remotecontrol.qrc
-target.path = $$[QT_INSTALL_EXAMPLES]/help/remotecontrol
+target.path = $$[QT_INSTALL_EXAMPLES]/assistant/remotecontrol
INSTALLS += target