File: webchannel.pro

package info (click to toggle)
qtwebchannel-opensource-src 5.15.17-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,256 kB
  • sloc: cpp: 3,298; javascript: 475; makefile: 20; ansic: 14
file content (19 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}