From 753b273e89e3518347cd1b33bd16eec3c298c1cb Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 14 Jul 2015 07:10:11 +0200 Subject: [PATCH] Cpaster: Fix RPATH No additional RPATH magic necessary - cpaster gets it set already by including qtcreatortool.pri. Change-Id: I08af0ea47f0cd12608aed9caebe424be97531447 Reviewed-by: Christian Kandeler --- src/plugins/cpaster/frontend/frontend.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/cpaster/frontend/frontend.pro b/src/plugins/cpaster/frontend/frontend.pro index 4f0f39b45cc..d414abce9bc 100644 --- a/src/plugins/cpaster/frontend/frontend.pro +++ b/src/plugins/cpaster/frontend/frontend.pro @@ -10,8 +10,6 @@ include(../../../qtcreatortool.pri) QT += network -linux-*: QMAKE_LFLAGS += -Wl,-z,origin \'-Wl,-rpath,\$\$ORIGIN/$$relative_path($$IDE_PLUGIN_PATH, $$DESTDIR)\' - HEADERS = ../protocol.h \ ../cpasterconstants.h \ ../pastebindotcomprotocol.h \