~cyphermox/unity/phablet-packaging

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Daniel d'Andrada
  • Date: 2013-04-19 14:51:08 UTC
  • mfrom: (603.1.34 remove_fakes_from_qml)
  • Revision ID: tarmac-20130419145108-wanpphpc2pbumgui
Purge fakes from QML code.
  
Instead of having several switches in the qml code to choose between fake
and real implementations of components, provide a fake implementation of
Ubuntu.Application module instead. That way we have a cleaner QML code
that is easier to test and we run exactly the same qml code both on the
target device and under a fake environment.

Approved by Michał Sawicz, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
add_subdirectory(plugins)
150
150
add_subdirectory(src)
151
151
 
152
 
 
153
152
# install subdirectories
154
153
set(QML_DIRS
155
154
    Applications