File system-botan-lib.diff of Package qt-creator
--- src/libs/3rdparty/botan/botan.pri 2012-05-09 14:13:19.000000000 +0200
+++ src/libs/3rdparty/botan/botan.pri 2012-05-13 19:53:16.599828913 +0200
@@ -1,2 +1,2 @@
-INCLUDEPATH *= $$PWD/build
-LIBS *= -l$$qtLibraryName(Botan)
+INCLUDEPATH *= /usr/include
+LIBS *= -lbotan
--- src/libs/libs.pro 2012-05-09 14:13:19.000000000 +0200
+++ src/libs/libs.pro 2012-05-13 19:53:45.854461132 +0200
@@ -5,7 +5,6 @@
# aggregation and extensionsystem are directly in src.pro
# because of dependencies of app
SUBDIRS = \
- 3rdparty \
utils \
utils/process_stub.pro \
languageutils \