summaryrefslogtreecommitdiffstats
path: root/tests/auto/headersclean/headersclean.pro
blob: 201fc143f521a1f122cfb6b3b55bb63d79776879 (plain)
1
2
3
4
5
6
QT = core testlib gui declarative
HEADERSCLEAN_PRI = $${QT.core.sources}/../../tests/auto/other/headersclean/headersclean.pri
isEmpty(QT.core.sources)|!include($$HEADERSCLEAN_PRI) {
    warning("headersclean.pri from QtCore sources not available.  test disabled")
    TEMPLATE=subdirs
}