From 094a1d98d65ec39f4a6f45793edf175f06f161a2 Mon Sep 17 00:00:00 2001 From: Oleg Korshul Date: Fri, 26 Jul 2019 16:55:00 +0300 Subject: [PATCH] Add executable path to rpath --- DesktopEditor/AllFontsGen/AllFontsGen.pro | 2 ++ DesktopEditor/allthemesgen/allthemesgen.pro | 2 ++ 2 files changed, 4 insertions(+) diff --git a/DesktopEditor/AllFontsGen/AllFontsGen.pro b/DesktopEditor/AllFontsGen/AllFontsGen.pro index ee6a29ccb2..d9bc27789a 100644 --- a/DesktopEditor/AllFontsGen/AllFontsGen.pro +++ b/DesktopEditor/AllFontsGen/AllFontsGen.pro @@ -35,6 +35,8 @@ core_windows { core_linux { LIBS += -lz -pthread + + QMAKE_LFLAGS += -Wl,--rpath=./ } SOURCES += main.cpp diff --git a/DesktopEditor/allthemesgen/allthemesgen.pro b/DesktopEditor/allthemesgen/allthemesgen.pro index e18d071047..67bf6ece63 100644 --- a/DesktopEditor/allthemesgen/allthemesgen.pro +++ b/DesktopEditor/allthemesgen/allthemesgen.pro @@ -29,6 +29,8 @@ core_windows { core_linux { LIBS += -lz -pthread + + QMAKE_LFLAGS += -Wl,--rpath=./ } SOURCES += main.cpp