blob: 2dcc61061789dee6eaaf9833ae13e7108251083f [file] [log] [blame]
QT = core-private webchannel-private testlib
CONFIG += testcase strict_flags warn_on
INCLUDEPATH += ../../../src/webchannel
VPATH += ../../../src/webchannel
TARGET = tst_webchannel
SOURCES += \
tst_webchannel.cpp
HEADERS += \
tst_webchannel.h
qtHaveModule(qml) {
DEFINES += WEBCHANNEL_TESTS_CAN_USE_JS_ENGINE
QT += qml
}