summaryrefslogtreecommitdiffstats
path: root/examples/uml/duse-mt/src/rpath.pri
diff options
context:
space:
mode:
Diffstat (limited to 'examples/uml/duse-mt/src/rpath.pri')
-rw-r--r--examples/uml/duse-mt/src/rpath.pri18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/uml/duse-mt/src/rpath.pri b/examples/uml/duse-mt/src/rpath.pri
deleted file mode 100644
index 28868745..00000000
--- a/examples/uml/duse-mt/src/rpath.pri
+++ /dev/null
@@ -1,18 +0,0 @@
-macx {
- !isEmpty(TIGER_COMPAT_MODE) {
- QMAKE_LFLAGS_SONAME = -Wl,-install_name,@executable_path/../PlugIns/
- } else {
- QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/PlugIns/
- QMAKE_LFLAGS += -Wl,-rpath,@loader_path/../,-rpath,@executable_path/../
- }
-} else:linux-* {
- #do the rpath by hand since it's not possible to use ORIGIN in QMAKE_RPATHDIR
- # this expands to $ORIGIN (after qmake and make), it does NOT read a qmake var
- QMAKE_RPATHDIR += \$\$ORIGIN
- QMAKE_RPATHDIR += \$\$ORIGIN/..
- QMAKE_RPATHDIR += \$\$ORIGIN/../$$DUSEMT_LIBRARY_BASENAME/duse-mt
- DUSEMT_PLUGIN_RPATH = $$join(QMAKE_RPATHDIR, ":")
-
- QMAKE_LFLAGS += -Wl,-z,origin \'-Wl,-rpath,$${DUSEMT_PLUGIN_RPATH}\'
- QMAKE_RPATHDIR =
-} \ No newline at end of file