~renatofilho/address-book-app/fix-1199109

« back to all changes in this revision

Viewing changes to src/imports/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Renato Araujo Oliveira Filho
  • Date: 2013-07-11 21:58:15 UTC
  • mfrom: (4.2.25 contact-edit)
  • Revision ID: tarmac-20130711215815-vsumftfqcr3t8a53
Implemented contact edit support.

Approved by Bill Filler, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    DESTINATION ${ADDRESS_BOOK_APP_DIR}/imports
9
9
)
10
10
 
 
11
# make the files visible on qtcreator
 
12
add_custom_target(address_book_QMlFiles ALL SOURCES ${ADDRESS_BOOK_APP_QMLS})
 
13
 
 
14
add_subdirectory(Common)
11
15
add_subdirectory(ContactView)
 
16
add_subdirectory(ContactEdit)