2008-12-02 12:01:29 +01:00
|
|
|
TEMPLATE = lib
|
|
|
|
|
TARGET = Utils
|
2012-05-18 10:49:35 +02:00
|
|
|
QT += gui network
|
2010-01-04 15:19:29 +01:00
|
|
|
|
2011-02-17 15:43:21 +01:00
|
|
|
include(../../qtcreatorlibrary.pri)
|
|
|
|
|
include(utils_dependencies.pri)
|
2010-08-09 15:10:40 +02:00
|
|
|
|
|
|
|
|
include(utils-lib.pri)
|
2012-02-08 14:44:30 +01:00
|
|
|
|
2012-02-09 09:35:03 +01:00
|
|
|
lessThan(QT_MAJOR_VERSION, 5) {
|
2012-02-08 14:44:30 +01:00
|
|
|
# Needed for QtCore/private/qwineventnotifier_p.h
|
|
|
|
|
win32:include(../../private_headers.pri)
|
2011-11-23 11:31:09 +01:00
|
|
|
}
|
2011-01-12 09:45:19 +01:00
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
|
proxyaction.h
|
|
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
|
proxyaction.cpp
|
2011-08-03 12:04:46 +02:00
|
|
|
|
2011-08-09 13:43:56 +02:00
|
|
|
win32: LIBS += -lUser32
|
2012-02-28 12:13:04 +01:00
|
|
|
# PortsGatherer
|
|
|
|
|
win32: LIBS += -liphlpapi -lWs2_32
|