Commit fe29b93a authored by Ronan Abhamon's avatar Ronan Abhamon

feat(app): remove `linphone-desktop` subfolder

parent d3dcddf8
# Temporary files --------------------------------------------------------------
*~
.*
\#*\#
.#.*
# Project configuration --------------------------------------------------------
*.pro.user
build*
Project.lnk
WORK WORK
OUTPUT OUTPUT
Makefile Makefile
submodules/tunnel CMakeLists.txt.user
record_for_lc_*.wav build-*-Debug
.bc_tester_utils.tmp build-*-Default
prepare.conf.user prepare.conf.user
Project.lnk
# Tags -------------------------------------------------------------------------
GPATH
GRTAGS
GTAGS
.ctags
.clang_complete .clang_complete
build-*-Debug # QMLC/JSC ---------------------------------------------------------------------
build-*-Default
CMakeLists.txt.user *.qmlc
*.jsc
# OTHER ------------------------------------------------------------------------
vgcore.* vgcore.*
\ No newline at end of file
...@@ -247,7 +247,7 @@ endif () ...@@ -247,7 +247,7 @@ endif ()
execute_process(COMMAND ${CMAKE_COMMAND} -E copy execute_process(COMMAND ${CMAKE_COMMAND} -E copy
"${CMAKE_CURRENT_SOURCE_DIR}/tools/private/pre-commit" "${CMAKE_CURRENT_SOURCE_DIR}/tools/private/pre-commit"
"${CMAKE_CURRENT_SOURCE_DIR}/../.git/hooks/pre-commit" "${CMAKE_CURRENT_SOURCE_DIR}/.git/hooks/pre-commit"
) )
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
# #
############################################################################ ############################################################################
lcb_external_source_paths("../linphone-desktop") lcb_external_source_paths("..")
lcb_dependencies("linphone" "ms2plugins") lcb_dependencies("linphone" "ms2plugins")
lcb_groupable(YES) lcb_groupable(YES)
......
#!/usr/bin/env bash #!/usr/bin/env bash
# Check QML files, quit on failure. # Check QML files, quit on failure.
sh './linphone-desktop/tools/check_qml_syntax' sh './tools/check_qml_syntax'
if [[ $? != 0 ]] ; then if [[ $? != 0 ]] ; then
exit 1 exit 1
...@@ -10,6 +10,6 @@ fi ...@@ -10,6 +10,6 @@ fi
printf '\n' printf '\n'
# Run unit tests. # Run unit tests.
sh './linphone-desktop/tools/test_qml' sh './tools/test_qml'
exit $? exit $?
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment