~ahayzen/music-app/refactor-async-loader-pages

« back to all changes in this revision

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

  • Committer: Andrew Hayzen
  • Date: 2015-05-02 15:04:06 UTC
  • mfrom: (833.2.21 refactor)
  • Revision ID: ahayzen@gmail.com-20150502150406-abt8yly3ou5h1z84
* Pull of /refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# make the qml files visible on qtcreator
 
2
file(GLOB HELPERS_QML_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.qml)
 
3
 
 
4
add_custom_target(com_ubuntu_music_HELPERS_QMLFiles ALL SOURCES ${HELPERS_QML_FILES})