Repositories are limited in size now to 1GB. If your repository exceeds this size, it will be automatically deleted.
If you'd like access to our CI/CD builders, please create an issue here.
include(qtlib.pri) TARGET = qtlib-test TEMPLATE = app CONFIG += c++11 QT += core SOURCES += test/main.cpp DISTFILES += README.txt