summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/origins/origins.pro
blob: 7498354de0eb0f3e3b0af02d57096f2b828dee13 (plain)
1
2
3
4
5
6
7
include(../tests.pri)
CONFIG += c++14
qtConfig(webengine-webchannel):qtHaveModule(websockets) {
    QT += websockets
    DEFINES += WEBSOCKETS
}