Allow TQt3 includes to exist somewhere other than /usr/include/tqt #7
Merged
SlavekB
merged 1 commits from bug/cxxflags-overridden
into master
3 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'bug/cxxflags-overridden'
Deleting a branch is permanent. It CANNOT be undone. Continue?
The test for TQt3 fails when it's not installed in /usr due to CXXFLAGS being hardcoded to /usr/include/tqt. Amended to append to CXXFLAGS.
Signed-off-by: aneejit1 aneejit1@gmail.com
Looks good to me. Since this is a common module, merge will probably be delayed till the next iteration 😄
Here, it is worth considering whether to do a proper detection of
libtqtinterface
there and use the detected path instead of the fixed/usr/include/tqt
.It makes sense, but I think we can do that as a following step, unrelated to this PR.
In addition, the question is whether to devote time to it or merge PR and leave it as it is, because we want the
admin
module to be useless asap…eh eh, you read my mind. IMO, we can just merge this PR and forget about it, since we are already planning to remove the admin module and we are slowly working on it already 😉
ae96f3ea48
.