summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-05-25 08:45:19 +0300
committerOrgad Shaneh <orgads@gmail.com>2014-05-26 08:21:14 +0200
commit2ce5b3bc0b01546c6d96395ac7d9dc9d977ca37a (patch)
tree90e4e3808fcd03b9506754b5d0809bc0a85401dc /tests/manual
parent8d587fa816d065358eb507c1c8f9f508275fd244 (diff)
downloadqt-creator-2ce5b3bc0b01546c6d96395ac7d9dc9d977ca37a.tar.gz
Remove remaining PROVIDER references
Change-Id: I0bfcd7136ec0329cfe15983278c25f6b62415b68 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/debugger/spacy path/spacy plugin/spacy plugin.pro2
-rw-r--r--tests/manual/debugger/spacy-file/plugin/plugin.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/debugger/spacy path/spacy plugin/spacy plugin.pro b/tests/manual/debugger/spacy path/spacy plugin/spacy plugin.pro
index 3cad806e7a..3ae5194ac0 100644
--- a/tests/manual/debugger/spacy path/spacy plugin/spacy plugin.pro
+++ b/tests/manual/debugger/spacy path/spacy plugin/spacy plugin.pro
@@ -6,7 +6,7 @@ CONFIG += shared
SOURCES += "../plugin with space.cpp"
macx {
- QMAKE_LFLAGS_SONAME = -Wl,-install_name,@executable_path/../PlugIns/$${PROVIDER}/
+ QMAKE_LFLAGS_SONAME = -Wl,-install_name,@executable_path/../PlugIns/
} else:linux-* {
#do the rpath by hand since it's not possible to use ORIGIN in QMAKE_RPATHDIR
QMAKE_RPATHDIR += \$\$ORIGIN/..
diff --git a/tests/manual/debugger/spacy-file/plugin/plugin.pro b/tests/manual/debugger/spacy-file/plugin/plugin.pro
index 3cad806e7a..3ae5194ac0 100644
--- a/tests/manual/debugger/spacy-file/plugin/plugin.pro
+++ b/tests/manual/debugger/spacy-file/plugin/plugin.pro
@@ -6,7 +6,7 @@ CONFIG += shared
SOURCES += "../plugin with space.cpp"
macx {
- QMAKE_LFLAGS_SONAME = -Wl,-install_name,@executable_path/../PlugIns/$${PROVIDER}/
+ QMAKE_LFLAGS_SONAME = -Wl,-install_name,@executable_path/../PlugIns/
} else:linux-* {
#do the rpath by hand since it's not possible to use ORIGIN in QMAKE_RPATHDIR
QMAKE_RPATHDIR += \$\$ORIGIN/..