iOS: Set PLUGIN_TYPE = platforms before loading(qt_plugins)

This takes care of setting INSTALLS for us, so we can skip that.

Change-Id: I351cb9ec08b632fd9867d85e2c5fa59d8e5acc9d
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
bb10
Tor Arne Vestbø 2012-11-14 14:58:11 +01:00
parent d8b3465dd3
commit f124e098ce
2 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,6 @@
TARGET = qios
PLUGIN_TYPE = platforms
load(qt_plugin)
QT += core-private gui-private platformsupport-private
@ -25,6 +26,3 @@ HEADERS = \
qioscontext.h
#HEADERS = qiossoftwareinputhandler.h
target.path += $$[QT_INSTALL_PLUGINS]/platforms
INSTALLS += target

View File

@ -1,8 +1,6 @@
TARGET = qiosmain
PLUGIN_TYPE = platforms
load(qt_plugin)
OBJECTIVE_SOURCES = qtmain.mm
target.path += $$[QT_INSTALL_PLUGINS]/platforms
INSTALLS += target