From 0c222e1b3cabe1a8b84a2877420cdd5df56171b5 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Wed, 10 Aug 2016 09:50:26 +0200 Subject: [PATCH] Qt: Fix t-keylist moc include * lang/qt/tests/t-keylist.cpp: Don't include t-support.moc -- Accidental leftover from trying to generate t-support moc from another cpp file. This was solved instead by a new rule to generate moc files from the header. --- lang/qt/tests/t-keylist.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/qt/tests/t-keylist.cpp b/lang/qt/tests/t-keylist.cpp index 2fbec28c..767c96bb 100644 --- a/lang/qt/tests/t-keylist.cpp +++ b/lang/qt/tests/t-keylist.cpp @@ -105,4 +105,3 @@ private Q_SLOTS: QTEST_MAIN(KeyListTest) #include "t-keylist.moc" -#include "t-support.moc"