From 8e51981a51e84659550585d62f295c7d754e6975 Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Sat, 26 Jul 2014 12:17:13 -0700 Subject: [PATCH] Don't bulk add all /usr folders for includes or libs. This causes problems for some systems with Qt5 and Qt4 installed (like Fedora 20). --- QGCExternalLibs.pri | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/QGCExternalLibs.pri b/QGCExternalLibs.pri index 80e6fc42e..e4f43ac64 100644 --- a/QGCExternalLibs.pri +++ b/QGCExternalLibs.pri @@ -1,21 +1,3 @@ -# -# [REQUIRED] Tell the Linux build to look in a few additional places for libs -# -LinuxBuild { - INCLUDEPATH += \ - /usr/include \ - /usr/local/include - - LIBS += \ - -L/usr/lib - - linux-g++-64 { - LIBS += \ - -L/usr/local/lib64 \ - -L/usr/lib64 - } -} - # # [REQUIRED] Add support for to Windows. # -- 2.22.0