summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-01-02 10:00:19 +0100
committerStanislaw Halik <sthalik@misaki.pl>2019-01-16 07:48:19 +0100
commit869ef11f077af440d23d0b65c83a64a9c4ca85c1 (patch)
tree7a07d4e57e5995b09c68624b9c2926ab85785dd1 /cmake
parenta36b1129f21760513e5ab4f0f3f984b820132979 (diff)
cmake/qt: log full file path and function in qDebug()
Diffstat (limited to 'cmake')
-rw-r--r--cmake/opentrack-qt.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/opentrack-qt.cmake b/cmake/opentrack-qt.cmake
index 0e6ca73d..0480b323 100644
--- a/cmake/opentrack-qt.cmake
+++ b/cmake/opentrack-qt.cmake
@@ -68,5 +68,6 @@ function(otr_qt2 n)
target_compile_definitions("${n}" PRIVATE
${Qt5Core_DEFINITIONS} ${Qt5Gui_DEFINITIONS} ${Qt5Widgets_DEFINITIONS} ${Qt5Network_DEFINITIONS}
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
+ -DQT_MESSAGELOGCONTEXT
)
endfunction()