~rpadovani/ubuntu-calculator-app/improvePushFunction141209

« back to all changes in this revision

Viewing changes to app/engine/CMakeLists.txt

  • Committer: Bartosz Kosiorek
  • Date: 2014-11-28 00:01:50 UTC
  • Revision ID: gang65@poczta.onet.pl-20141128000150-333mfsdnbxxug5u5
Create formula to display and engine formula, add formula validation, improve the history display, add localization of decimal point 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
file(GLOB ENGINE_QML_JS_FILES *.qml *.js)
 
2
 
 
3
# Make the files visible in the qtcreator tree
 
4
add_custom_target(ubuntu-calculator-app_engine_QMlFiles ALL SOURCES ${ENGINE_QML_JS_FILES})
 
5
 
 
6
install(FILES ${ENGINE_QML_JS_FILES} DESTINATION ${UBUNTU-CALCULATOR-APP_DIR}/engine)
 
7