Files
MINGW-packages/mingw-w64-syntax-highlighting-qt5/qtcore_include.patch
Michael Hansen 57b7ef8995 Update Tier 1 KF5 modules to 5.50 and fix several descriptions (#4500)
* Update extra-cmake-modules for upcoming KF5 updates

* Update Tier 1 KF5 modules to 5.50 and fix several descriptions
2018-10-03 07:39:32 +03:00

12 lines
481 B
Diff

diff -rupN a/data/CMakeLists.txt b/data/CMakeLists.txt
--- a/data/CMakeLists.txt 2018-09-02 12:41:22.000000000 -0700
+++ b/data/CMakeLists.txt 2018-10-02 12:40:29.646077200 -0700
@@ -57,5 +57,7 @@ else()
add_library(SyntaxHighlightingData OBJECT ${themes_QRC})
endif()
+target_link_libraries(SyntaxHighlightingData LINK_PRIVATE Qt5::Core)
+
# set PIC to allow use in static and shared libs
set_property(TARGET SyntaxHighlightingData PROPERTY POSITION_INDEPENDENT_CODE 1)