Commit 7e0c6dff authored by Ronan Abhamon's avatar Ronan Abhamon

chore(CMakeLists.txt): do not supports qml debug

parent c8e57bc7
......@@ -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.
......
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