diff options
author | Christian Kandeler <christian.kandeler@theqtcompany.com> | 2015-07-03 15:39:49 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@theqtcompany.com> | 2015-07-09 09:08:01 +0000 |
commit | 6d5a5aff9462b4253047f0ed2707ffa2e3497a19 (patch) | |
tree | 8098bf6e2532402e536ff7f4da653a2f9ba13803 /src/qtcreatortool.pri | |
parent | bc6b81fb50045bcfd6f789e7a4998ea682220b7a (diff) | |
download | qt-creator-6d5a5aff9462b4253047f0ed2707ffa2e3497a19.tar.gz |
Use a proper libexec path for Unix builds.
Change-Id: I036c806af47f07e60408a90d3a4e181a6773f866
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
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 |