summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/dialogs/dialogs.pro
blob: e262c38140918f4b3223059afd3b5a4870fca4cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include(../tests.pri)
QT += webengine webengine-private

HEADERS += \
    server.h \
    testhandler.h

SOURCES += \
    server.cpp \
    testhandler.cpp

RESOURCES += \
    dialogs.qrc