mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 05:03:04 +00:00
chore(CMakeLists.txt): do not supports qml debug
This commit is contained in:
parent
c8e57bc7ed
commit
7e0c6dff13
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ if(NOT WIN32)
|
|||
endif()
|
||||
endif()
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CUSTOM_FLAGS}")
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG")
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG}")
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Define packages, libs, sources, headers, resources and languages.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue