[autotest] Fix build on build.kde.org (Try 3)
Qt::Orientation seems not to be a declared metatype with Qt 5.4.
This commit is contained in:
parent
db76d4279a
commit
2787fdb873
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include <linux/input.h>
|
||||
|
||||
Q_DECLARE_METATYPE(Qt::Orientation)
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue