aboutsummaryrefslogtreecommitdiff
path: root/QXmppConfig.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Support installing QXmpp with Qt 5 and Qt 6 in parallelLinus Jahn2023-04-071-6/+6
| | | | Closes #540.
* Split up OMEMO into extra moduleLinus Jahn2022-08-131-1/+19
|
* Find Qt dependencies when finding QXmpp (#434)JBB2022-05-311-0/+6
| | | | | This way, users of the library don't need to find QtNetwork and QtXml themselves before finding QXmpp.
* REUSE-ify whole projectLinus Jahn2022-01-151-0/+4
|
* CMake: Use CMakePackageConfigHelpers to generate the package configNiels Ole Salscheider2018-09-241-0/+4
Now we also generate a QXmppConfigVersion.cmake file.