Create retroshare.pri for common configurations in .pro files

So far it only contains the default values for installation paths
This commit is contained in:
AsamK 2015-08-31 17:55:30 +02:00
parent c844d37ada
commit e135e3441c
9 changed files with 22 additions and 18 deletions

View file

@ -1,3 +1,5 @@
!include("../../retroshare.pri"): error("Could not include file ../../retroshare.pri")
TEMPLATE = lib
CONFIG += staticlib
CONFIG -= qt