2013-04-25 16:02:17 +02:00
|
|
|
TEMPLATE = lib
|
|
|
|
|
TARGET = Ios
|
|
|
|
|
|
|
|
|
|
include(../../qtcreatorplugin.pri)
|
|
|
|
|
|
|
|
|
|
QT += xml network
|
|
|
|
|
|
2013-10-11 13:55:45 +02:00
|
|
|
macx: LIBS += -framework CoreFoundation -framework IOKit
|
2013-10-04 15:57:06 +02:00
|
|
|
|
2013-04-25 16:02:17 +02:00
|
|
|
HEADERS += \
|
|
|
|
|
iosconstants.h \
|
|
|
|
|
iosconfigurations.h \
|
|
|
|
|
iosrunconfiguration.h \
|
|
|
|
|
iossettingspage.h \
|
|
|
|
|
iossettingswidget.h \
|
|
|
|
|
iosrunner.h \
|
2014-03-12 21:25:28 +01:00
|
|
|
iosdsymbuildstep.h \
|
2013-04-25 16:02:17 +02:00
|
|
|
iosqtversion.h \
|
|
|
|
|
iosplugin.h \
|
|
|
|
|
iosdevice.h \
|
|
|
|
|
iossimulator.h \
|
|
|
|
|
iosprobe.h \
|
|
|
|
|
iosbuildstep.h \
|
|
|
|
|
iostoolhandler.h \
|
|
|
|
|
iosdeploystep.h \
|
2017-03-03 16:21:55 +01:00
|
|
|
simulatorcontrol.h \
|
|
|
|
|
iosbuildconfiguration.h \
|
2017-01-27 11:00:20 +01:00
|
|
|
createsimulatordialog.h \
|
|
|
|
|
simulatoroperationdialog.h \
|
|
|
|
|
simulatorinfomodel.h
|
2013-04-25 16:02:17 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
|
iosconfigurations.cpp \
|
|
|
|
|
iosrunconfiguration.cpp \
|
|
|
|
|
iossettingspage.cpp \
|
|
|
|
|
iossettingswidget.cpp \
|
|
|
|
|
iosrunner.cpp \
|
2014-03-12 21:25:28 +01:00
|
|
|
iosdsymbuildstep.cpp \
|
2013-04-25 16:02:17 +02:00
|
|
|
iosqtversion.cpp \
|
|
|
|
|
iosplugin.cpp \
|
|
|
|
|
iosdevice.cpp \
|
|
|
|
|
iossimulator.cpp \
|
|
|
|
|
iosprobe.cpp \
|
|
|
|
|
iosbuildstep.cpp \
|
|
|
|
|
iostoolhandler.cpp \
|
|
|
|
|
iosdeploystep.cpp \
|
2017-03-03 16:21:55 +01:00
|
|
|
simulatorcontrol.cpp \
|
|
|
|
|
iosbuildconfiguration.cpp \
|
2017-01-27 11:00:20 +01:00
|
|
|
createsimulatordialog.cpp \
|
|
|
|
|
simulatoroperationdialog.cpp \
|
|
|
|
|
simulatorinfomodel.cpp
|
2013-04-25 16:02:17 +02:00
|
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
|
iossettingswidget.ui \
|
2017-01-27 11:00:20 +01:00
|
|
|
createsimulatordialog.ui \
|
|
|
|
|
simulatoroperationdialog.ui
|
2013-04-25 16:02:17 +02:00
|
|
|
|
|
|
|
|
DEFINES += IOS_LIBRARY
|
|
|
|
|
|
|
|
|
|
RESOURCES += ios.qrc
|
|
|
|
|
|
2013-10-14 15:23:15 +02:00
|
|
|
win32: LIBS += -lws2_32
|