From 951d13c5922e1eaca4519cbeae17284182a73b72 Mon Sep 17 00:00:00 2001 From: AsamK Date: Mon, 31 Aug 2015 17:55:30 +0200 Subject: [PATCH] Create retroshare.pri for common configurations in .pro files So far it only contains the default values for installation paths --- src/libbitdht.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libbitdht.pro b/src/libbitdht.pro index 6f705fa..ed576a7 100644 --- a/src/libbitdht.pro +++ b/src/libbitdht.pro @@ -1,3 +1,5 @@ +!include("../../retroshare.pri"): error("Could not include file ../../retroshare.pri") + TEMPLATE = lib CONFIG += staticlib CONFIG -= qt