~mterry/+junk/u8

« back to all changes in this revision

Viewing changes to plugins/LightDM/IntegratedLightDM/liblightdm/CMakeLists.txt

Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
set(LibLightDM_SOURCES
4
4
    Greeter.cpp
 
5
    SessionsModel.cpp
5
6
    UsersModel.cpp
6
7
    GreeterPrivate.cpp
 
8
    SessionsModelPrivate.cpp
7
9
    UsersModelPrivate.cpp
8
10
    ${CMAKE_SOURCE_DIR}/plugins/AccountsService/AccountsServiceDBusAdaptor.cpp
9
11
    ${CMAKE_SOURCE_DIR}/plugins/Utils/qvariantlistmodel.cpp
46
48
                      COMPILE_FLAGS "-DSM_BUSNAME=sessionBus -fPIC")
47
49
set_target_properties(MockLightDM-demo-shared PROPERTIES
48
50
                      COMPILE_FLAGS "-DSM_BUSNAME=systemBus"
49
 
                      OUTPUT_NAME lightdm-qt5-2)
 
51
                      OUTPUT_NAME lightdm-qt5-3)
50
52
 
51
53
install(TARGETS MockLightDM-demo-shared
52
 
    DESTINATION ${SHELL_INSTALL_QML}/mocks/IntegratedLightDM/demo
 
54
    DESTINATION ${SHELL_INSTALL_QML}/mocks/LightDM/IntegratedLightDM/demo
53
55
    )