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
simon, did you read the tutorial? It is really straightforward. What exactly you did not understand?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is my bitbucket-pipelines.yml.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.