~vthompson/ubuntu-weather-app/reboot-do-not-build-pointless-pot-file

« back to all changes in this revision

Viewing changes to app/components/ListItemActions/CMakeLists.txt

* Added multiselect/swipe delete and reorder support to locations list
* Added a few FIXMEs to fix in future mps.

Approved by Martin Borho, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
file(GLOB LISTITEMACTIONS_QML_JS_FILES *.qml *.js)
 
2
 
 
3
add_custom_target(ubuntu-weather-app_listitemactions_QMlFiles ALL SOURCES ${LISTITEMACTIONS_QML_JS_FILES})
 
4
 
 
5
install(FILES ${LISTITEMACTIONS_QML_JS_FILES} DESTINATION ${UBUNTU-WEATHER_APP_DIR}/components/ListItemActions)