summaryrefslogtreecommitdiff
path: root/tests/auto/webchannel/webchannel.pro
blob: 40b324ea13f5c00e5fc52cd0c5d0afddcf5bc6a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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