aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppBuildConstants.h.in
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Use generate_export_header() instead of doing manuallyLinus Jahn2022-12-291-33/+0
| | | | | | | | | This is going to make it easier for us to maintain things. It's also consistent with the new QXmppOmemo module. This requires CMake 3.7 now. Closes #523.
* BuildConstants: Move non-build dependant constants into Global.hLinus Jahn2022-04-051-76/+0
| | | | Co-authored-by: Melvin Keskin <melvo@olomono.de>
* Rename QXmppGlobal to QXmppBuildConstantsLinus Jahn2022-04-051-0/+109
Plan is to split up Global into build constants and other globals. This avoids hassle when editing QXmppGlobal. With IDEs it can easily happen that you edit the wrong file from the build dir instead the `.h.in`. Co-authored-by: Melvin Keskin <melvo@olomono.de>