summaryrefslogtreecommitdiffstats
path: root/config.tests/compiletest/compiletest.pro
blob: 66f858179bf274df5643b6929287e6777eb084c1 (plain)
1
2
3
4
5
 gcc:!clang:lessThan(QT_GCC_MAJOR_VERSION, 5) {
    SOURCES += main_less_5.cpp
} else {
    SOURCES += main.cpp
}