For successful build my project i need Qt library installed in system. I tried run with default image and still get error "bash: qmake: command not found". How to install Qt?
Ok, i have found answer myself. These two command installed Qt for me.
- apt-get update
- apt-get install -y qtbase5-dev libqt5svg5-dev qt5-default
qttools5-dev-tools libqt5xmlpatterns5-dev libqt5core5a libqt5gui5
libqt5printsupport5 libqt5svg5 libqt5widgets5 libqt5xml5
libqt5xmlpatterns5
Roman, how do I get started building Qt apps with bb pipelines?
simon, did you read the tutorial? It is really straightforward. What exactly you did not understand?
The tutorial says, you can use a docker image from docker hub, but I don't know how to do that exactly. So, what does (the start of) your pipelines.yml look like? Do you need to put the script from your .pro file in it?
It looks like you're new here. Sign in or register to get started.