~qqworini/aesydict/online-improve

« back to all changes in this revision

Viewing changes to app/dict/CMakeLists.txt

  • Committer: Joey Chan
  • Date: 2015-03-14 11:42:38 UTC
  • Revision ID: qqworini@gmail.com-20150314114238-xx0ivhxhwt7hcotc
add full cmake support

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Searches for all qml and javascript files in the current directory
 
2
# to add them to the project, if you add new files in the directory
 
3
# rerun cmake to make sure they show up in the project tree
 
4
file(GLOB QML_JS_FILES_dict *.qml *.js)
 
5
 
 
6
# Make the files visible in qtcreator
 
7
add_custom_target(aesydict_QMlFiles_dict ALL SOURCES ${QML_JS_FILES_dict})
 
8
 
 
9
install(FILES ${QML_JS_FILES_dict} DESTINATION ${AESYDICT_DIR}/dict)