QtJsonSerializer icon indicating copy to clipboard operation
QtJsonSerializer copied to clipboard

Converting QtJsonSerializer from QMake to CMake

Open proga7med opened this issue 3 years ago • 1 comments

I have a library that used CMake, and I want to link my library with QtJsonSerializer, but QtJsonSerializer used qmake, therefore it's hard linking between two libraries.

proga7med avatar Oct 06 '20 19:10 proga7med

When building QtJsonSerializer, qmake will generate CMake files. You can then include it just like any other Qt module (e.g. QtNetwork, QtQml, ...)

Skycoder42 avatar Oct 10 '20 09:10 Skycoder42