~rpadovani/ubuntu-calculator-app/improvePushFunction141209

« back to all changes in this revision

Viewing changes to app/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:
12
12
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${DESKTOP_FILE_NAME} DESTINATION ${DESKTOP_DIR})
13
13
install(FILES ${QML_JS_FILES} DESTINATION ${UBUNTU-CALCULATOR-APP_DIR})
14
14
 
15
 
add_subdirectory(components)
 
15
add_subdirectory(engine)
16
16
add_subdirectory(ui)
17
17
 
18
18
# Make the autpilot files visible in qtcreator