Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build,qt: Fail check for Qt if moc wasn't found | Ingo Klöcker | 2022-10-14 | 1 | -0/+2 |
| | | | | | | | | * m4/qt5.m4, m4/qt6.m4: Perform build test only if moc was found. -- If moc wasn't found but the build test (which doesn't require moc) succeeded, then success was reported. | ||||
* | build,qt: Explicitly namespace a few Qt variables for Qt5 | Ingo Klöcker | 2022-10-10 | 1 | -0/+80 |
m4/qt.m4: Rename to m4/qt5.m4: this. (FIND_QT): Rename to FIND_QT5. (GPGME_QT): Change variable prefix to GPGME_QT5. (GPGME_QTTEST: Change variable prefix to GPGME_QT5TEST. configure.ac, lang/qt/src/Makefile.am, lang/qt/tests/Makefile.am: Adjust accordingly. -- In preparation to adding support for building qgpgme for Qt6, add the version number to a few variables to avoid confusion. |