Fix multiple occurrences of Botan include dir.

This commit is contained in:
ck
2010-04-26 17:22:11 +02:00
parent 7d23adf002
commit f3e0ac3729
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
INCLUDEPATH += $$PWD/build
INCLUDEPATH *= $$PWD/build
LIBS *= -l$$qtLibraryTarget(Botan)

View File

@@ -1,3 +1,3 @@
include(net7ssh_dependencies.pri)
INCLUDEPATH += $$PWD/src
INCLUDEPATH *= $$PWD/src
LIBS *= -l$$qtLibraryTarget(Net7ssh)