~ps-jenkins/ubuntu-ui-extras/latestsnapshot-0.1+13.10.20130821-0ubuntu1

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Extras/Example/CMakeLists.txt

  • Committer: Ugo Riboni
  • Date: 2013-07-02 19:40:38 UTC
  • Revision ID: ugo.riboni@canonical.com-20130702194038-v9l2q3v2xxjjxn8v
Remove all browser work and leave only an example component and skeleton build system

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
add_subdirectory(po)
2
 
 
3
 
file(GLOB QML_FILES *.qml *.js)
4
 
install(FILES ${QML_FILES} DESTINATION ${PLUGIN_DIR}/Browser)
5
 
install(DIRECTORY assets DESTINATION ${PLUGIN_DIR}/Browser)
 
1
file(GLOB QML_FILES *.qml)
 
2
install(FILES ${QML_FILES} DESTINATION ${PLUGIN_DIR}/Example)