~unity-api-team/storage-framework/vivid

« back to all changes in this revision

Viewing changes to src/qt/client/internal/CMakeLists.txt

  • Committer: Michi Henning
  • Date: 2016-05-23 02:27:16 UTC
  • mto: (8.12.2 add-etag)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: michi.henning@canonical.com-20160523022716-jpaudmuan8vxxgch
More fleshing out of the local client implementation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    ${CMAKE_CURRENT_SOURCE_DIR}/UploaderImpl.cpp
10
10
)
11
11
 
12
 
add_library(storage-framework-qt-client SHARED ${QT_CLIENT_LIB_PUBLIC_SRC} ${QT_CLIENT_LIB_INTERNAL_SRC})
 
12
add_library(storage-framework-qt-client SHARED
 
13
    $<TARGET_OBJECTS:qt-client-lib-public>
 
14
    ${QT_CLIENT_LIB_INTERNAL_SRC})
13
15
qt5_use_modules(storage-framework-qt-client Core Network)
14
16
target_link_libraries(storage-framework-qt-client Qt5::Core Qt5::Network)