From d210795c5e94d0f32c290e7a61c6983e9ba183a0 Mon Sep 17 00:00:00 2001 From: shibe2 Date: Sun, 10 Mar 2019 12:48:36 +0400 Subject: [PATCH] remove accidental code from retroshare_plugin.pri --- plugins/Common/retroshare_plugin.pri | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/Common/retroshare_plugin.pri b/plugins/Common/retroshare_plugin.pri index 7e29204f1..eb6b10574 100644 --- a/plugins/Common/retroshare_plugin.pri +++ b/plugins/Common/retroshare_plugin.pri @@ -16,9 +16,6 @@ # along with this program. If not, see . # ################################################################################ -TEMPLATE = subdirs - -SUBDIRS += \ !include("../../retroshare.pri"): error("Could not include file ../../retroshare.pri") TEMPLATE = lib @@ -28,9 +25,6 @@ DEPENDPATH += $$PWD/../../libretroshare/src/ $$PWD/../../retroshare-gui/src/ INCLUDEPATH += $$PWD/../../libretroshare/src/ $$PWD/../../retroshare-gui/src/ linux-* { -# Cyril: Someone can explain to me why I need to put that again here??? Normally this variable should be set by -# the include of retroshare.pri, but for some reason it is not! - isEmpty(RS_PLUGIN_DIR): RS_PLUGIN_DIR = "$${PREFIX}/lib/retroshare/extensions6" target.path = "$${RS_PLUGIN_DIR}" INSTALLS += target }