summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/shared.pri
blob: d07afa97e2f7b6935d77fed8fe8fa375c2aa2fd7 (plain)
1
2
3
4
5
6
7
# 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
}