summaryrefslogtreecommitdiff
path: root/tests/manual/ssh
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-03-25 19:09:49 +0100
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-03 14:37:45 +0200
commit66a3553107a43f56372f756b218e268e71390d19 (patch)
tree8e3f7d31f29d3760ba450f7ed6caf4da6ebed12f /tests/manual/ssh
parentc320f65d1cd58f86061c09cf5992603e26af5871 (diff)
downloadqt-creator-66a3553107a43f56372f756b218e268e71390d19.tar.gz
make library and plugin dependencies declarative
instead of directly including the respective pri files in *_dependencies.pri, set variables and let qtcreator.pri resolve them to includes. this will allow us to re-use the dependency info elsewhere. Change-Id: Iaa33924e428ac0409660f42df2f98a7978452d3e Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tests/manual/ssh')
-rw-r--r--tests/manual/ssh/ssh.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/ssh/ssh.pri b/tests/manual/ssh/ssh.pri
index 5f1a146eb5..2d6e25e45a 100644
--- a/tests/manual/ssh/ssh.pri
+++ b/tests/manual/ssh/ssh.pri
@@ -1,7 +1,7 @@
QT = core network
+QTC_LIB_DEPENDS += ssh
include (../../../qtcreator.pri)
-include (../../../src/libs/ssh/ssh.pri)
macx:QMAKE_LFLAGS += -Wl,-rpath,\"$$IDE_BIN_PATH/..\"
LIBS *= -L$$IDE_LIBRARY_PATH