summaryrefslogtreecommitdiff
path: root/src/plugins/ios/ios.pro
blob: d8bfd14d15d45165d4025eb2f4217f0d98d90309 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
TEMPLATE = lib
TARGET = Ios

include(../../qtcreatorplugin.pri)

QT += xml network

macx: LIBS += -framework CoreFoundation -framework IOKit

HEADERS += \
    iosconstants.h \
    iosconfigurations.h \
    iosrunconfiguration.h \
    iossettingspage.h \
    iossettingswidget.h \
    iosrunner.h \
    iosdsymbuildstep.h \
    iosqtversion.h \
    iosplugin.h \
    iosdevice.h \
    iossimulator.h \
    iosprobe.h \
    iosbuildstep.h \
    iostoolhandler.h \
    iosdeploystep.h \
    simulatorcontrol.h \
    iosbuildconfiguration.h \
    createsimulatordialog.h \
    simulatoroperationdialog.h \
    simulatorinfomodel.h


SOURCES += \
    iosconfigurations.cpp \
    iosrunconfiguration.cpp \
    iossettingspage.cpp \
    iossettingswidget.cpp \
    iosrunner.cpp \
    iosdsymbuildstep.cpp \
    iosqtversion.cpp \
    iosplugin.cpp \
    iosdevice.cpp \
    iossimulator.cpp \
    iosprobe.cpp \
    iosbuildstep.cpp \
    iostoolhandler.cpp \
    iosdeploystep.cpp \
    simulatorcontrol.cpp \
    iosbuildconfiguration.cpp \
    createsimulatordialog.cpp \
    simulatoroperationdialog.cpp \
    simulatorinfomodel.cpp

FORMS += \
    iossettingswidget.ui \
    iosbuildstep.ui \
    iospresetbuildstep.ui \
    createsimulatordialog.ui \
    simulatoroperationdialog.ui

DEFINES += IOS_LIBRARY

RESOURCES += ios.qrc

win32: LIBS += -lws2_32