summaryrefslogtreecommitdiffstats
path: root/amarok/src
diff options
context:
space:
mode:
authoraneejit1 <aneejit1@gmail.com>2020-06-25 12:54:05 +0000
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2020-06-26 05:57:21 +0000
commit226d54f648a6fe9ab1d9815cfe3ebc90a7a19e5b (patch)
treee83671a759046de9a4c700d2013134062dbe8ccb /amarok/src
parentb295bce331f1f4936e8564f4b8be3812d854b2ee (diff)
downloadamarok-226d54f648a6fe9ab1d9815cfe3ebc90a7a19e5b.tar.gz
amarok-226d54f648a6fe9ab1d9815cfe3ebc90a7a19e5b.zip
Ask pkg-config about PostgreSQL/add library path to link_directories
Signed-off-by: aneejit1 <aneejit1@gmail.com>
Diffstat (limited to 'amarok/src')
-rw-r--r--amarok/src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/amarok/src/CMakeLists.txt b/amarok/src/CMakeLists.txt
index b684d94b..07fb0e9d 100644
--- a/amarok/src/CMakeLists.txt
+++ b/amarok/src/CMakeLists.txt
@@ -49,6 +49,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${PostgreSQL_LIBRARY_DIRS}
)