Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Converting QtJsonSerializer from QMake to CMake #40

Open
proga7med opened this issue Oct 6, 2020 · 1 comment
Open

Converting QtJsonSerializer from QMake to CMake #40

proga7med opened this issue Oct 6, 2020 · 1 comment

Comments

@proga7med
Copy link

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.

@Skycoder42
Copy link
Owner

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants