pgLab/BUILD
Eelke Klein 4beea05ba6 Adding in boost::asio support
main starts a thread that keep a global io_service object
running and makes sure it is stopped when everything else is
stopped.
2017-08-24 19:45:00 +02:00

13 lines
255 B
Text

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:
- Botan-2
- libpq
- Qt5
- fmt (should we include this one in the project?
- jsoncpp (included)