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-18 15:53:13 +0200 |
commit | e3bdbc84ec5ada04e436dba9067d902e2c6c030a (patch) | |
tree | b1deaf7cf4a9408f85687062414bb8a5365c6d4f /lib/csapi/create_room.h | |
parent | d85c63ffaf776683a74d0a20dcdb76f7ade8461b (diff) | |
download | libquotient-e3bdbc84ec5ada04e436dba9067d902e2c6c030a.tar.gz libquotient-e3bdbc84ec5ada04e436dba9067d902e2c6c030a.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.
Cherry-picked from a83ec900 (0.6.x branch).
Diffstat (limited to 'lib/csapi/create_room.h')
0 files changed, 0 insertions, 0 deletions