Merge pull request #2546 from thunder2/qt

Remove linking of Qt from libretroshare
This commit is contained in:
csoler 2022-01-08 17:51:53 +01:00 committed by GitHub
commit f581d71017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@
!include("../../retroshare.pri"): error("Could not include file ../../retroshare.pri")
TEMPLATE = lib
CONFIG -= qt
libretroshare_shared {
CONFIG += shared
} else {