summaryrefslogtreecommitdiffstats
path: root/tests/auto/headersclean/headersclean.pro
blob: 1132890dac3253f8c420cafe03ef1905aa9a9270 (plain)
1
2
3
4
5
6
QT = core testlib jsondb
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
}