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
parent
d8b3465dd3
commit
f124e098ce
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
TARGET = qiosmain
|
||||
|
||||
PLUGIN_TYPE = platforms
|
||||
load(qt_plugin)
|
||||
|
||||
OBJECTIVE_SOURCES = qtmain.mm
|
||||
|
||||
target.path += $$[QT_INSTALL_PLUGINS]/platforms
|
||||
INSTALLS += target
|
||||
|
|
|
|||
Loading…
Reference in New Issue