qtci icon indicating copy to clipboard operation
qtci copied to clipboard

Collection of scripts to build Qt application in command line environment

Results 15 qtci issues
Sort by recently updated
recently updated
newest added

In ubuntu20.04 WSL | Windows 10 After run command: ```SHELL sudo ./bin/extract-qt-installer /root/qtci/qt-opensource-linux-x64-5.12.0.run /root/Qt ``` The extract-qt-installer keeps on [18] QTCI: Welcome Page. Is this an error ? How can...

Hi, I'm trying to install qt 5.13.2 and the installer stops after the Welcome page: ``` Installing Qt /dev/disk3 GUID_partition_scheme /dev/disk3s1 EFI /dev/disk3s2 Apple_HFS /Volumes/qt-opensource-mac-x64-5.13.2 1 [806] QTCI: Welcome Page...

If you look at the qtaccount.ini after installation, you will find qtaccount.ini, and the values for it in the variables, Qt looks for this file on startup, and if there...

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,...

Link in README.md Reference Andrew's Articles - Continuous deployment for Qt applications Corrections: 1: http to https to prevent page reload 2: Remove trailing / that is causing the 404...

The separation of the bash shell code and the Qt Installer script code allows the later to be used in environments were bash is not available. This was implemented with...

qtci fails with qt 5.14.1

When I run the extractor with `ENV QT_CI_PACKAGES="qt.qt5.5132.qtwebengine"` I still have `libQt5Gamepad.so`, `libQt5Bluetooth.so` and other various unnecessary libs. There is also `/qt/5.13.2/gcc_64/docs/`. How do I do a minimal install of...

Is there a way to update a pre existing installation with new packages? Thanks