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.
This commit is contained in:
parent
969f223d8d
commit
0c222e1b3c
@ -105,4 +105,3 @@ private Q_SLOTS:
|
|||||||
QTEST_MAIN(KeyListTest)
|
QTEST_MAIN(KeyListTest)
|
||||||
|
|
||||||
#include "t-keylist.moc"
|
#include "t-keylist.moc"
|
||||||
#include "t-support.moc"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user