iOS: Don't add to OBJECTIVE_HEADERS, there's no such thing

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 <morten.sorvig@digia.com>
This commit is contained in:
Tor Arne Vestbø 2012-11-02 15:44:46 +01:00
parent 8c00149078
commit 9c8ce6afb0

View File

@ -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 \