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)
|
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)
|
2013-05-08 15:51:30 +02:00
|
|
|
linux-*: DEFINES += QTC_USE_QX11INFO
|
|
|
|
|
} else:linux-* {
|
|
|
|
|
!isEmpty(QT.x11extras.name) {
|
|
|
|
|
QT += x11extras
|
|
|
|
|
DEFINES += QTC_USE_QX11INFO
|
|
|
|
|
} else {
|
|
|
|
|
warning("x11extras module not found, raising the main window might not work. " \
|
|
|
|
|
"(The x11extras module is part of Qt 5.1 and later.)")
|
|
|
|
|
}
|
2011-11-23 11:31:09 +01:00
|
|
|
}
|
2011-01-12 09:45:19 +01:00
|
|
|
|
2012-09-06 14:59:47 +02:00
|
|
|
win32: LIBS += -luser32
|
2012-02-28 12:13:04 +01:00
|
|
|
# PortsGatherer
|
2012-09-06 14:59:47 +02:00
|
|
|
win32: LIBS += -liphlpapi -lws2_32
|