From f36e33a6a568026f123808c7f5c87dace6703f94 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 3 May 2018 01:13:38 +0200 Subject: QTBUG-65223 workaround --- src/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5757a6d..0f3d0d5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -59,4 +59,8 @@ target_link_libraries(poi configuration bookmarks downloads) +target_compile_definitions(poi + PRIVATE QTBUG_65223_WORKAROUND +) + install(TARGETS poi RUNTIME DESTINATION bin CONFIGURATIONS Release) -- cgit v1.2.1