diff options
Diffstat (limited to 'src/qtcreatortool.pri')
-rw-r--r-- | src/qtcreatortool.pri | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qtcreatortool.pri b/src/qtcreatortool.pri index b34a72eefc..3fb262ad1d 100644 --- a/src/qtcreatortool.pri +++ b/src/qtcreatortool.pri @@ -6,6 +6,6 @@ TEMPLATE = app CONFIG += console CONFIG -= app_bundle -DESTDIR = $${IDE_LIBEXEC_PATH} -target.path = $${QTC_PREFIX}/bin # FIXME: libexec, more or less +DESTDIR = $$IDE_LIBEXEC_PATH +target.path = $$QTC_PREFIX/$$relative_path($$IDE_LIBEXEC_PATH, $$IDE_BUILD_TREE) INSTALLS += target |