blob: d07afa97e2f7b6935d77fed8fe8fa375c2aa2fd7 [file] [log] [blame]
# This .pri file suppresses the registration of the examples in the
# Qt Continuous Integration infrastructure.
QT_CI_JENKINS_HOME=$$(JENKINS_HOME)
!isEmpty(QT_CI_JENKINS_HOME) {
message("Qt CI environment detected, suppressing example registration")
CONFIG += qaxserver_no_postlink
}