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 \
|
|
|
|
|
iosmanager.h \
|
|
|
|
|
iosrunconfiguration.h \
|
|
|
|
|
iosruncontrol.h \
|
|
|
|
|
iosrunfactories.h \
|
|
|
|
|
iossettingspage.h \
|
|
|
|
|
iossettingswidget.h \
|
|
|
|
|
iosrunner.h \
|
|
|
|
|
iosdebugsupport.h \
|
2014-03-12 21:25:28 +01:00
|
|
|
iosdsymbuildstep.h \
|
2013-04-25 16:02:17 +02:00
|
|
|
iosqtversionfactory.h \
|
|
|
|
|
iosqtversion.h \
|
|
|
|
|
iosplugin.h \
|
|
|
|
|
iosdevicefactory.h \
|
|
|
|
|
iosdevice.h \
|
|
|
|
|
iossimulator.h \
|
|
|
|
|
iossimulatorfactory.h \
|
|
|
|
|
iosprobe.h \
|
|
|
|
|
iosbuildstep.h \
|
|
|
|
|
iostoolhandler.h \
|
|
|
|
|
iosdeployconfiguration.h \
|
|
|
|
|
iosdeploystep.h \
|
|
|
|
|
iosdeploystepfactory.h \
|
2014-03-26 09:58:55 +01:00
|
|
|
iosdeploystepwidget.h \
|
|
|
|
|
iosanalyzesupport.h
|
2013-04-25 16:02:17 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
|
iosconfigurations.cpp \
|
|
|
|
|
iosmanager.cpp \
|
|
|
|
|
iosrunconfiguration.cpp \
|
|
|
|
|
iosruncontrol.cpp \
|
|
|
|
|
iosrunfactories.cpp \
|
|
|
|
|
iossettingspage.cpp \
|
|
|
|
|
iossettingswidget.cpp \
|
|
|
|
|
iosrunner.cpp \
|
|
|
|
|
iosdebugsupport.cpp \
|
2014-03-12 21:25:28 +01:00
|
|
|
iosdsymbuildstep.cpp \
|
2013-04-25 16:02:17 +02:00
|
|
|
iosqtversionfactory.cpp \
|
|
|
|
|
iosqtversion.cpp \
|
|
|
|
|
iosplugin.cpp \
|
|
|
|
|
iosdevicefactory.cpp \
|
|
|
|
|
iosdevice.cpp \
|
|
|
|
|
iossimulator.cpp \
|
|
|
|
|
iossimulatorfactory.cpp \
|
|
|
|
|
iosprobe.cpp \
|
|
|
|
|
iosbuildstep.cpp \
|
|
|
|
|
iostoolhandler.cpp \
|
|
|
|
|
iosdeployconfiguration.cpp \
|
|
|
|
|
iosdeploystep.cpp \
|
|
|
|
|
iosdeploystepfactory.cpp \
|
2014-03-26 09:58:55 +01:00
|
|
|
iosdeploystepwidget.cpp \
|
|
|
|
|
iosanalyzesupport.cpp
|
2013-04-25 16:02:17 +02:00
|
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
|
iossettingswidget.ui \
|
|
|
|
|
iosbuildstep.ui \
|
|
|
|
|
iosrunconfiguration.ui \
|
2014-03-12 21:25:28 +01:00
|
|
|
iosdeploystepwidget.ui \
|
|
|
|
|
iospresetbuildstep.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
|