aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/utils.pro
blob: 9f5d56d644adabc36ec0db8f8bec3ef80503be8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = lib
TARGET = Utils
QT += gui network

include(../../qtcreatorlibrary.pri)
include(utils_dependencies.pri)

include(utils-lib.pri)

lessThan(QT_MAJOR_VERSION, 5) {
#   Needed for QtCore/private/qwineventnotifier_p.h
    win32:include(../../private_headers.pri)
}

win32: LIBS += -luser32
# PortsGatherer
win32: LIBS += -liphlpapi -lws2_32