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
OUTPUT
Makefile
submodules/tunnel
record_for_lc_*.wav
.bc_tester_utils.tmp
CMakeLists.txt.user
build-*-Debug
build-*-Default
prepare.conf.user
Project.lnk
# Tags -------------------------------------------------------------------------
GPATH
GRTAGS
GTAGS
.ctags
.clang_complete
build-*-Debug
build-*-Default
CMakeLists.txt.user
# QMLC/JSC ---------------------------------------------------------------------
*.qmlc
*.jsc
# OTHER ------------------------------------------------------------------------
vgcore.*
vgcore.*
\ No newline at end of file
......@@ -247,7 +247,7 @@ endif ()
execute_process(COMMAND ${CMAKE_COMMAND} -E copy
"${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 @@
#
############################################################################
lcb_external_source_paths("../linphone-desktop")
lcb_external_source_paths("..")
lcb_dependencies("linphone" "ms2plugins")
lcb_groupable(YES)
......
#!/usr/bin/env bash
# Check QML files, quit on failure.
sh './linphone-desktop/tools/check_qml_syntax'
sh './tools/check_qml_syntax'
if [[ $? != 0 ]] ; then
exit 1
......@@ -10,6 +10,6 @@ fi
printf '\n'
# Run unit tests.
sh './linphone-desktop/tools/test_qml'
sh './tools/test_qml'
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