From 9c8ce6afb0bb19e0cb5902b65efbd1a1b55344eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 2 Nov 2012 15:44:46 +0100 Subject: iOS: Don't add to OBJECTIVE_HEADERS, there's no such thing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We should add to HEADERS, so that moc will realize it needs to run on the headers. Change-Id: I582e989e4faf0835c4bf9a677cbd8ac075559319 Reviewed-by: Morten Johan Sørvig --- src/plugins/platforms/ios/ios.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/platforms/ios/ios.pro') diff --git a/src/plugins/platforms/ios/ios.pro b/src/plugins/platforms/ios/ios.pro index 2cc730f061..c6c104f2f3 100644 --- a/src/plugins/platforms/ios/ios.pro +++ b/src/plugins/platforms/ios/ios.pro @@ -14,7 +14,7 @@ OBJECTIVE_SOURCES = main.mm \ qioseventdispatcher.mm \ qiosbackingstore.mm -OBJECTIVE_HEADERS = qiosintegration.h \ +HEADERS = qiosintegration.h \ qioswindow.h \ qiosscreen.h \ qioseventdispatcher.h \ -- cgit v1.2.3