From aa00d5affd4c0b225cc1041e7434a4b5c2c2eb59 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 21 Dec 2012 19:44:44 +0100 Subject: [PATCH] fix install path Change-Id: I6a56cff510011e3ffd516d24d9659f75baca14b2 Reviewed-by: hjk --- examples/assistant/remotecontrol/remotecontrol.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/assistant/remotecontrol/remotecontrol.pro b/examples/assistant/remotecontrol/remotecontrol.pro index 78ce822..fb9ce4d 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 -- 2.7.4