diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-07-14 14:28:12 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-07-14 14:28:12 +0200 |
commit | a83ec9004f52074ba43c17c1113f05db55584067 (patch) | |
tree | 204bf5580902067608aae98b1663a9e0e63b4d83 /SECURITY.md | |
parent | 9edfefe9b209583d18ce92e7ffd73e8aa1f3ef1e (diff) | |
download | libquotient-a83ec9004f52074ba43c17c1113f05db55584067.tar.gz libquotient-a83ec9004f52074ba43c17c1113f05db55584067.zip |
CMakeLists: fixed potential linking errors around quotient_common.h
quotient_common.h has Q_NAMESPACE but no own compilation unit, and moc
was not called on it either - using metaobject data on an enumeration
defined in that file leads to a linking error due to sharedMetaObject
not being defined. The fix makes so that the file is detected by automoc
with the respective definition being generated.
Diffstat (limited to 'SECURITY.md')
0 files changed, 0 insertions, 0 deletions