Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Administrator
linphone-desktop
Commits
7ce3458c
Commit
7ce3458c
authored
Jul 20, 2017
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Handle source package generation for linphoneqt.
parent
76556481
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
CMakeLists.txt
CMakeLists.txt
+18
-0
linphoneqt.cmake
cmake_builder/linphoneqt.cmake
+2
-1
No files found.
CMakeLists.txt
View file @
7ce3458c
...
...
@@ -392,3 +392,21 @@ install(FILES "${ASSETS_ASSISTANT_DIR}/create-linphone-sip-account.rc"
install
(
FILES
"
${
ASSETS_ASSISTANT_DIR
}
/use-linphone-sip-account.rc"
DESTINATION
"
${
ASSISTANT_INSTALL_DATADIR
}
"
)
# ------------------------------------------------------------------------------
# CPack settings.
# ------------------------------------------------------------------------------
set
(
CPACK_SOURCE_GENERATOR
"TGZ"
)
set
(
CPACK_SOURCE_PACKAGE_FILE_NAME
"
${
PROJECT_NAME
}
-
${
PROJECT_VERSION
}
"
)
set
(
CPACK_SOURCE_IGNORE_FILES
"^
${
CMAKE_BINARY_DIR
}
"
"/
\\\\
..+"
"OUTPUT"
"WORK"
"cmake_builder"
"submodules"
)
include
(
CPack
)
cmake_builder/linphoneqt.cmake
View file @
7ce3458c
...
...
@@ -24,8 +24,9 @@ lcb_external_source_paths("..")
lcb_dependencies
(
"linphone"
"ms2plugins"
)
lcb_groupable
(
YES
)
lcb_
cmake_options
(
"-DENABLE_UPDATE_CHECK=
${
ENABLE_UPDATE_CHECK
}
"
)
lcb_
package_source
(
YES
)
lcb_cmake_options
(
"-DENABLE_UPDATE_CHECK=
${
ENABLE_UPDATE_CHECK
}
"
)
if
(
UNIX AND NOT APPLE
)
lcb_cmake_options
(
"-DENABLE_DBUS=
${
ENABLE_DBUS
}
"
)
endif
()
...
...
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