Renamed PgsqlDatabaseCatalogue to PgDatabaseCatalogue so name is consistend
with other related classes.
This commit is contained in:
parent
52442a145d
commit
243f1c0a42
21 changed files with 491 additions and 61 deletions
5
BUILD
5
BUILD
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue