~bfiller/webbrowser-app/restrict-arches

« back to all changes in this revision

Viewing changes to tests/unittests/qml/CMakeLists.txt

  • Committer: Olivier Tilloy
  • Date: 2014-03-17 22:16:59 UTC
  • mfrom: (468.1.18 with-oxide-api)
  • Revision ID: olivier.tilloy@canonical.com-20140317221659-b2jao4k44upufd2n
Version the new UbuntuWebView API as 0.2 (oxide).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
                     COMMAND ${CMAKE_COMMAND} -E copy_if_different ${webbrowser-common_SOURCE_DIR}/${qmlFile} ${CMAKE_CURRENT_BINARY_DIR}/undertest/${qmlFile})
21
21
  list(APPEND out_qml_files undertest/${qmlFile})
22
22
endforeach(qmlFile)
23
 
set(privateApiQmlFiles UserAgent.qml ua-overrides.js)
 
23
set(privateApiQmlFiles UserAgent01.qml UserAgent02.qml ua-overrides.js)
24
24
foreach(qmlFile ${privateApiQmlFiles})
25
25
  add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/undertest/${qmlFile}
26
26
                     DEPENDS ${webbrowser-plugin_SOURCE_DIR}/${qmlFile}