You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2022/08/19 01:00:12 UTC

[logging-log4cxx] branch master updated: Build qt support from clean build

This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/master by this push:
     new 55b7fc3d Build qt support from clean build
55b7fc3d is described below

commit 55b7fc3d4fff95679d3a6136a15f4558c532875d
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Thu Aug 18 21:00:05 2022 -0400

    Build qt support from clean build
---
 src/main/cpp-qt/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/cpp-qt/CMakeLists.txt b/src/main/cpp-qt/CMakeLists.txt
index 51f8a56b..48508492 100644
--- a/src/main/cpp-qt/CMakeLists.txt
+++ b/src/main/cpp-qt/CMakeLists.txt
@@ -29,7 +29,7 @@ if(LOG4CXX_QT_SUPPORT)
     endif()
     add_dependencies(log4cxx-qt configure_log4cxx)
     target_compile_definitions(log4cxx-qt PRIVATE "QT_NO_KEYWORDS")
-    target_link_libraries(log4cxx-qt Qt5::Core)
+    target_link_libraries(log4cxx-qt Qt5::Core log4cxx)
     target_sources(log4cxx-qt
       PRIVATE
       messagehandler.cpp