aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/headersclean/headersclean.pro
blob: 379648e950e81836e18319bcdc0d0d489fe5bced (plain)
1
2
3
4
5
6
7
8
9
QT = core testlib declarative qml quick qmltest qmldevtools
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
}

# shadowing problems in scenegraph, allow it for now
*-g++*: QMAKE_CXXFLAGS -= -Wshadow