Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
kdeconnect-kde
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Boards
Labels
Milestones
Merge Requests
18
Merge Requests
18
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
KDE
kdeconnect-kde
Commits
dcfb37c8
Commit
dcfb37c8
authored
Jun 30, 2014
by
David Suárez
Committed by
Aleix Pol Gonzalez
Jun 30, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Provide versioned so files for kdeconnectcore lib
REVIEW: 119013
parent
c32ff315
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
core/CMakeLists.txt
core/CMakeLists.txt
+10
-0
No files found.
core/CMakeLists.txt
View file @
dcfb37c8
project
(
KDEConnectCore
)
set
(
KDECONNECT_VERSION_MAJOR 1
)
set
(
KDECONNECT_VERSION_MINOR 0
)
set
(
KDECONNECT_VERSION_PATCH 1
)
set
(
KDECONNECT_VERSION
"
${
KDECONNECT_VERSION_MAJOR
}
.
${
KDECONNECT_VERSION_MINOR
}
.
${
KDECONNECT_VERSION_PATCH
}
"
)
include_directories
(
${
KDE4_KIO_LIBS
}
${
QJSON_INCLUDE_DIR
}
...
...
@@ -27,6 +32,11 @@ set(kded_kdeconnect_SRCS
)
kde4_add_library
(
kdeconnectcore SHARED
${
kded_kdeconnect_SRCS
}
)
set_target_properties
(
kdeconnectcore PROPERTIES
VERSION
${
KDECONNECT_VERSION
}
SOVERSION
${
KDECONNECT_VERSION_MAJOR
}
)
target_link_libraries
(
kdeconnectcore
LINK_PUBLIC
${
KDE4_KDECORE_LIBS
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment