File: qwebview.pro

package info (click to toggle)
qtwebview-opensource-src 5.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,216 kB
  • sloc: cpp: 2,899; java: 374; makefile: 24; ansic: 17
file content (16 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += testcase parallel_test
TARGET = tst_qwebview
macos:CONFIG -= app_bundle

!qtHaveModule(quick) {
  DEFINES += QT_NO_QQUICKWEBVIEW_TESTS
}

!android: qtHaveModule(webengine) {
    QT += webengine webengine-private
    DEFINES += QT_WEBVIEW_WEBENGINE_BACKEND
}

QT += webview-private testlib
SOURCES += \
    tst_qwebview.cpp