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

HEADERS += \
    server.h \
    testhandler.h

SOURCES += \
    server.cpp \
    testhandler.cpp

RESOURCES += \
    dialogs.qrc