~unity-team/+junk/dashboard-playground

« back to all changes in this revision

Viewing changes to tests/mocks/LightDM/full/CMakeLists.txt

  • Committer: Michał Sawicz
  • Date: 2013-06-05 22:03:08 UTC
  • Revision ID: michal.sawicz@canonical.com-20130605220308-yny8fv3futtr04fg
Inital unity8 commit.

Previous history can be found at https://code.launchpad.net/~unity-team/unity/phablet

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(LibLightDM_SOURCES
 
2
    ../Greeter.cpp
 
3
    ../UsersModel.cpp
 
4
    ../InfographicModel.cpp
 
5
    GreeterPrivate.cpp
 
6
    UsersModelPrivate.cpp
 
7
    InfographicModelPrivate.cpp
 
8
    ${CMAKE_SOURCE_DIR}/plugins/Utils/qvariantlistmodel.cpp
 
9
    )
 
10
 
 
11
add_library(MockLightDM-full SHARED ${LibLightDM_SOURCES})
 
12
 
 
13
qt5_use_modules(MockLightDM-full Gui)
 
14
 
 
15
set_target_properties(MockLightDM-full PROPERTIES
 
16
                      OUTPUT_NAME lightdm-qt5-2)
 
17
 
 
18
install(TARGETS MockLightDM-full
 
19
    DESTINATION ${SHELL_APP_DIR}/plugins/mocks/LightDM/full
 
20
    )