forked from qt-creator/qt-creator
Fix multiple occurrences of Botan include dir.
This commit is contained in:
2
src/libs/3rdparty/botan/botan.pri
vendored
2
src/libs/3rdparty/botan/botan.pri
vendored
@@ -1,2 +1,2 @@
|
||||
INCLUDEPATH += $$PWD/build
|
||||
INCLUDEPATH *= $$PWD/build
|
||||
LIBS *= -l$$qtLibraryTarget(Botan)
|
||||
|
2
src/libs/3rdparty/net7ssh/net7ssh.pri
vendored
2
src/libs/3rdparty/net7ssh/net7ssh.pri
vendored
@@ -1,3 +1,3 @@
|
||||
include(net7ssh_dependencies.pri)
|
||||
INCLUDEPATH += $$PWD/src
|
||||
INCLUDEPATH *= $$PWD/src
|
||||
LIBS *= -l$$qtLibraryTarget(Net7ssh)
|
||||
|
Reference in New Issue
Block a user