mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
7051250a6c
Fixes: #21028
7 lines
86 B
C++
7 lines
86 B
C++
#include <QObject>
|
|
class Test : public QObject
|
|
{
|
|
Q_OBJECT
|
|
};
|
|
#include "library.moc"
|