diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2012-12-21 19:44:44 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-30 13:02:15 +0100 |
commit | aa00d5affd4c0b225cc1041e7434a4b5c2c2eb59 (patch) | |
tree | 7b7a6747f2c608213edb84459afa05256077abbc /examples/assistant | |
parent | 4e753110a1a38dc31ed90d175ba7d693c817443e (diff) | |
download | qttools-aa00d5affd4c0b225cc1041e7434a4b5c2c2eb59.tar.gz |
fix install path
Change-Id: I6a56cff510011e3ffd516d24d9659f75baca14b2
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/assistant')
-rw-r--r-- | examples/assistant/remotecontrol/remotecontrol.pro | 2 |
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 |