summaryrefslogtreecommitdiffstats
path: root/config.tests/compiletest/compiletest.pro
blob: b4d29a1543e2121427f37e392e7f93b7dbb0e422 (plain)
1
2
3
4
5
6
7
8
gcc {
    versionAtLeast(QT_GCC_MAJOR_VERSION, 5) \
        SOURCES += main.cpp
    else: \
        SOURCES += main_less_5.cpp
} else {
    SOURCES += main.cpp
}