iOS: Build platform plugin like other platform plugins
... by loading(qt_plugin) Change-Id: I9be438b72be986a991a81c2cf1a3e5047bcf0a60 Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
This commit is contained in:
parent
e5111d5e02
commit
f2168f2688
@ -1,6 +1,7 @@
|
||||
TARGET = qios
|
||||
include(../../qpluginbase.pri)
|
||||
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms
|
||||
|
||||
load(qt_plugin)
|
||||
DESTDIR = $$QT.gui.plugins/platforms
|
||||
|
||||
QT += opengl
|
||||
QT += core-private gui-private platformsupport-private opengl-private widgets-private
|
||||
@ -21,7 +22,5 @@ OBJECTIVE_HEADERS = qiosintegration.h \
|
||||
|
||||
#HEADERS = qiossoftwareinputhandler.h
|
||||
|
||||
#include(../fontdatabases/coretext/coretext.pri)
|
||||
|
||||
target.path += $$[QT_INSTALL_PLUGINS]/platforms
|
||||
INSTALLS += target
|
||||
|
Loading…
Reference in New Issue
Block a user