~abreu-alexandre/unity-webapps-qml/fail-safe-content-hub-bindings

« back to all changes in this revision

Viewing changes to tests/autopilot/autopilot.pro

Add bidirectional callback support between js <-> qml, 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TEMPLATE=aux
2
2
 
 
3
UNITY_API_JS_FILE = $$system($$PWD/../../tools/inject-js-utils.py ./html/test_webapps_callback_dispatch_api.js.in ./html/test_webapps_callback_dispatch_api.js)
 
4
 
 
5
inject_dependancies.target = ./html/test_webapps_callback_dispatch_api.js
 
6
inject_dependancies.depends = ./html/test_webapps_callback_dispatch_api.js.in
 
7
inject_dependancies.commands = $$PWD/../../tools/inject-js-utils.py $< $@
 
8
 
 
9
QMAKE_EXTRA_TARGETS += inject_dependancies
 
10
 
 
11
PRE_TARGETDEPS += \
 
12
    ./html/test_webapps_callback_dispatch_api.js
 
13
 
3
14
OTHER_FILES += \
4
15
    $$system(ls ./qml/*) \
5
16
    $$system(ls ./html/*) \
11
22
    unity_webapps_qml/tests/fake_servers.py \
12
23
    qml/WebviewBackendWebkit.qml \
13
24
    qml/WebviewBackendOxide.qml \
14
 
    qml/message-server.js
 
25
    qml/message-server.js \
 
26
    $$system(ls ./data/installed-webapps/*) \
 
27
    unity_webapps_qml/tests/test_callbackDispatch.py \
 
28
    html/test_webapps_callback_dispatch.html \
 
29
    html/test_webapps_callback_dispatch_api.js \
 
30
    html/test_webapps_callback_dispatch_api.js.in \
 
31
    qml/test_webapps_callback_dispatch_api.qml
 
32