Bernd Wachter <bernd-github@wachter.fi>: Author Summary
Build | Completed | Code commits | Tests |
---|---|---|---|
OZW › OZW › #97 | 7 months ago | Testless build | |
OZW › OO › #99 | 7 months ago |
Install all headers required by ozw-admin build (#80)
* Allow installation of autogenerated headers Without no_check_exist qmake will mark those files as absent during Makefile generation, and not generate install rules. * Install qt-openzwavedatabase.h This is installed into the path expected by ozw-admin build scripts. A better way would be installing it into the build target directory, add a pkg-config file for qt-openzwavedatabase, and use that in ozw-admin for linking. |
Testless build |
Build | Completed | Code commits | Tests |
---|---|---|---|
OZW › OZW › #97 | 7 months ago |
Change pkg-config file for qt-openzwave
The pkg-config file installed is qt-openzwave, not libqt-openzwave. Link to openzwavedatabase
Install all headers required by ozw-admin build (#80)
* Allow installation of autogenerated headers Without no_check_exist qmake will mark those files as absent during Makefile generation, and not generate install rules. * Install qt-openzwavedatabase.h This is installed into the path expected by ozw-admin build scripts. A better way would be installing it into the build target directory, add a pkg-config file for qt-openzwavedatabase, and use that in ozw-admin for linking. |
Testless build |
Build | Completed | Code commits | Tests |
---|
The pkg-config file installed is qt-openzwave, not libqt-openzwave.
* Allow installation of autogenerated headers
Without no_check_exist qmake will mark those files as absent during
Makefile generation, and not generate install rules.
* Install qt-openzwavedatabase.h
This is installed into the path expected by ozw-admin build scripts. A
better way would be installing it into the build target directory, add
a pkg-config file for qt-openzwavedatabase, and use that in ozw-admin
for linking.