From 885e418daa1f882474008cf0e9f14e20392c409e Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 10 Nov 2016 11:43:13 +0100 Subject: ApiExtractor-tests: Have moc parse the test headers Add the headers to the project depending on existence, removing the need to include the .moc file. This makes it possible have a standard-qmake build. Change-Id: Ia702281b68e35c8e9d5ac624e8584d708dbbdbbb Reviewed-by: Alexandru Croitor --- ApiExtractor/tests/testabstractmetaclass.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'ApiExtractor/tests/testabstractmetaclass.cpp') diff --git a/ApiExtractor/tests/testabstractmetaclass.cpp b/ApiExtractor/tests/testabstractmetaclass.cpp index 87d99b2dc..7899c751b 100644 --- a/ApiExtractor/tests/testabstractmetaclass.cpp +++ b/ApiExtractor/tests/testabstractmetaclass.cpp @@ -447,5 +447,3 @@ void TestAbstractMetaClass::testIsPolymorphic() } QTEST_APPLESS_MAIN(TestAbstractMetaClass) - -#include "testabstractmetaclass.moc" -- cgit v1.2.3