summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/ios.pro
blob: 66af44cbe8e68d8e593637a49ff93fa20b4b157b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TARGET = qios

load(qt_plugin)
DESTDIR = $$QT.gui.plugins/platforms

QT += opengl
QT += core-private gui-private platformsupport-private opengl-private widgets-private
LIBS += -framework Cocoa -framework UIKit

OBJECTIVE_SOURCES = main.mm \
    qiosintegration.mm \
    qioswindow.mm \
    qiosscreen.mm \
    qioseventdispatcher.mm \
    qiosbackingstore.mm

OBJECTIVE_HEADERS = qiosintegration.h \
    qioswindow.h \
    qiosscreen.h \
    qioseventdispatcher.h \
    qiosbackingstore.h

#HEADERS = qiossoftwareinputhandler.h

target.path += $$[QT_INSTALL_PLUGINS]/platforms
INSTALLS += target