qtci icon indicating copy to clipboard operation
qtci copied to clipboard

Question about env file

Open Light-Wizzard opened this issue 4 years ago • 0 comments

In your travis.yml you have this line at the bottom, I was hoping to modify it for 13.2, but ran into a question, source qt-5.12.4.env is not in your repo, but you reference it here:

- QT_CI_PACKAGES=qt.qt5.5124.gcc_64 PATH=${TRAVIS_BUILD_DIR}/recipes:${TRAVIS_BUILD_DIR}/bin:${PATH} install-qt 5.12.4 && source qt-5.12.4.env && qmake -version && test "$(qmake -query QT_VERSION)" = "5.12.4"

Where does this file come from?

I am trying to install Qt 13.2 with Qml support, and Qt Installer Framework, do you have an example of this for Linux that will work on Ubuntu 16 LTS, or some help as to how it can be done?

Thanks

Light-Wizzard avatar Apr 16 '20 04:04 Light-Wizzard