Renamed PgsqlDatabaseCatalogue to PgDatabaseCatalogue so name is consistend

with other related classes.
This commit is contained in:
Eelke Klein 2017-08-26 11:44:40 +02:00
parent 52442a145d
commit 243f1c0a42
21 changed files with 491 additions and 61 deletions

5
BUILD
View file

@ -4,6 +4,7 @@ If it doesn't detect Qt CMAKE_PREFIX_PATH needs to be set
export CMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/data/cmake
Dependencies:
- boost (asio, system, ???)
- Botan-2
- libpq
- Qt5
@ -11,3 +12,7 @@ Dependencies:
- jsoncpp (included)
On ubuntu
sudo apt install libpq-dev libboost1.63-all-dev