aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/debugger
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-10-29 17:12:33 +0100
committerEike Ziller <eike.ziller@qt.io>2019-11-04 10:31:55 +0000
commit53819123e73479b8d9075a86b5a7bef12a87cc26 (patch)
tree617ebee23a8132fc3b91c604143c94ecb186f212 /tests/auto/debugger
parent5f8efe43f2575b8e4f3f743d12c81051744b9d13 (diff)
Simplify RPATHs for qmake build
Use central rpath.pri for setting RPATHs and qttestrpath.pri for tests. Simplify install names of plugins and libraries on macOS to be just @rpath/libName, which follows convention better and makes setting up RPATHs easier. Preparation for moving tools one directory level down on macOS, to be able to add a qt.conf for the tools generically. Task-number: QTCREATORBUG-23120 Change-Id: I16625d48904abd3a7f4c2ad7bbba5916cdc400cd Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'tests/auto/debugger')
-rw-r--r--tests/auto/debugger/dumpers.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/debugger/dumpers.pro b/tests/auto/debugger/dumpers.pro
index 0eec400a89..f0e4420d6a 100644
--- a/tests/auto/debugger/dumpers.pro
+++ b/tests/auto/debugger/dumpers.pro
@@ -30,9 +30,6 @@ msvc {
DEBUGGERDIR = $$IDE_SOURCE_TREE/src/plugins/debugger
DUMPERDIR = $$IDE_SOURCE_TREE/share/qtcreator/debugger
-include($$IDE_SOURCE_TREE/src/rpath.pri)
-
-
SOURCES += \
$$DEBUGGERDIR/debuggerprotocol.cpp \
$$DEBUGGERDIR/simplifytype.cpp \